-
Notifications
You must be signed in to change notification settings - Fork 17
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
For a 0.2.10 release #223
For a 0.2.10 release #223
Conversation
Co-authored-by: Anthony Blaom, PhD <[email protected]>
Dispatch fit! and train! on model for greater extensibility
Sorting out issue with calling predict on matrix
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #223 +/- ##
==========================================
+ Coverage 92.73% 92.92% +0.18%
==========================================
Files 11 11
Lines 303 311 +8
==========================================
+ Hits 281 289 +8
Misses 22 22
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Fix target scitype for multitarget regressor
#222 - Refactors private methods to make it useful to external packages wanting to customise behaviour
#219 - Broadens training inputs to allow matrices in addition to tables
PR Checklist