UBC-MDS / Telco_Customer_Churn_Prediction_Group12

Data Analytics project performed by Group 12 for DSCI 522
MIT License
2 stars 7 forks source link

RandomState in GridSearchCV #22

Closed adammorphy closed 2 years ago

adammorphy commented 2 years ago

No random state is needed in GridSearchCV since the fold splits are not random.

jcasoli commented 2 years ago

Ok will leave as is.