-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate multivariate time series forecasting #254
Conversation
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
update search space for FBProphet make 'forecast' depedencies optional add TimeSeriesSplit to 'regression' and 'classification' task
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com> # Conflicts (Resolved): # flaml/automl.py # flaml/model.py
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
Please create a new branch from upstream/main before you start working on your next PR to get rid of the old commit history. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, Kevin! I just made a pass, please find some comments below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please address @slhuang's comments and get her approval.
- support 'forecast' and 'ts_forecast'
- support 'forecast' and 'ts_forecast' tasks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please request review from @slhuang and get her approval.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the lint issues reported by the github action.
./test/test_forecast.py:340:1: E305 expected 2 blank lines after class or function definition, found 1
./flaml/model.py:1018:21: F541 f-string is missing placeholders
Signed-off-by: Kevin Chen <chenkevin.8787@gmail.com>
is it ready to use ? |
can it predict this data set sequence 1 target is YES sequence 2 target is NO sequence 3 target is YES etc... |
#204