-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[ENH] Second Set of Test Parameters TimeSeriesForest #8337
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
[ENH] Second Set of Test Parameters TimeSeriesForest #8337
Conversation
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.
Great start, thanks!
Could we please leave the results_comparison
set unchanged? See above.
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.
Looks good now!
Great; thank you! |
actually a code formatting issue - here is how you set up automatic formatting in your dev environment: Also, you can see what exactly is wrong if you click on the failing CI job. |
Ouch! Thank you for highlighting the issue; I fixed the trailing whitespace in the most recent commit, fingers crossed! |
Sorry to bother, but is there any documentation available on how to proceed from here? Thank you!! |
the failures are unrelated, all is fine! |
Great, thank you! |
Adds Second Test Parameter Set both for
TimeSeriesForestRegressor
andTimeSeriesForestClassifier
, c.f. issue #3429