Skip to content

Using scikit-learn RandomizedSearchCV and cross_val_score for ML Nested Cross Validation

Notifications You must be signed in to change notification settings

Lacerdash/Nested-Cross-Validation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nested CV -> Hyperparameter Tuning and Model Selection

Using scikit-learn RandomizedSearchCV and cross_val_score to create a Nested CV loop (model selection and hyperparameter tuning).

Nested_CV

Data

The data used in the notebook, Customer-Churn-Records.csv can be found in kaggle.

More information about Nested CV

Sckit-learn Documentation