Release Notes
-
Enhancements in the
CrossValidatorclass:- Added
saveandloadmethods to allow saving and loading validator instances. - Introduced the
plot_scoremethod to visualize scores using boxplot, line plot, or histogram. - Added the
ifitmethod, a lazy version of thefitmethod. - Added the
cv_results_attribute to store a dictionary of calculated metrics for each fold. - Added the
models_attribute to store fitted models for each fold.
- Added
-
Updates in the
OptunaTuneCVclass:- Added support for the
trial_timeoutparameter whenparallel_mode=True.
- Added support for the