-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: prediction no longer takes a time series dataset only table (#838)
Closes #837 ### Summary of Changes <!-- Please provide a summary of changes in this pull request, ensuring all changes are explained. --> Prediction no longer takes time series dataset. Should the model really output the same datatype as the fit data (look abstract class InputConversion), for my Use Case I think it is more intuitive to output a Table instead of a TimeSeriesDataset. --------- Co-authored-by: megalinter-bot <[email protected]>
- Loading branch information
1 parent
062ae8f
commit 762e5c2
Showing
5 changed files
with
80 additions
and
71 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters