/Nested-Cross-Validation

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

Primary LanguageJupyter Notebook

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