You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
--curve_curator arg is replaced with --no_refitting (default False)
Changed GPL-3 license to MIT license
_split_early_stopping_data -> no longer private function because it is also used in the pipeline
Updated which functions are used in the pipeline
Bug fixes
Meaningful error message when visualization does not work because of an empty dataframe
New features
CLI interface is now drevalpy --help and drevalpy-report --helpaccessible also without cloning. Removed run_suite.py and create_report.py: Command Line Interfaces (#243) @PascalIversen
We added a demo notebook for an easy quickstart :)