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
The Scorer class now has the ability to score datapoints in parallel.
This can be enabled by setting the n_jobs parameter of the Scorer class to something larger than 1.
(#95)
The PyTestSnapshotTest class does now support comparing dataframes with datetime columns.
(#97)
The validate function was introduced to enable validation of an algorithm on arbitrary data without parameter
optimization.
(#99)
Fixed the bug that the functions optimize and cross_validate were crashing when progress_bar was deactivated.