-
Notifications
You must be signed in to change notification settings - Fork 723
[ENH] Add warning for multi-target forecasting support in BaseModel
#1880
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@ ## main #1880 +/- ## ======================================= Coverage ? 85.95% ======================================= Files ? 89 Lines ? 7595 Branches ? 0 ======================================= Hits ? 6528 Misses ? 1067 Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@fkiraly
fkiraly
left a comment
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.
See above
BaseModel (削除ここまで)BaseModel (追記ここまで)
Reference Issues/PRs
fixes #1879.
What does this implement/fix? Explain your changes.
Additional warning for missing multi-target support.
PR checklist
pre-commit install.To run hooks independent of commit, execute
pre-commit run --all-files