Module model_selection_extended

Module model_selection_extended 

Source
Expand description

Extended Model Selection - RandomizedSearchCV, GroupKFold, RepeatedKFold

Structs§

CVResult
GroupKFold
Group K-Fold Cross-Validation
RandomizedSearchCV
Randomized Search Cross-Validation
RandomizedSearchResult
Result of randomized search
RepeatedKFold
Repeated K-Fold Cross-Validation
StratifiedShuffleSplit
Stratified Shuffle Split

Enums§

ParamDistribution
Parameter distribution for randomized search
Scoring

Functions§

learning_curve
Learning Curve - evaluate model performance with varying training set sizes
validation_curve
Validation Curve - evaluate model performance with varying hyperparameter values