Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.08 KB

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