How to finalize a model after cross validation?
Great insight, as always ! Thanks Avi Chawla !
Good content, I remember working on a project where cross-validation and retraining played an important role to finalise the model for an imbalanced class dataset classification prioblem.
Refitting the model on the full dataset is the default behavior in scikit-learn as well (see GridSearchCV).
Great insight, as always ! Thanks Avi Chawla !
Good content, I remember working on a project where cross-validation and retraining played an important role to finalise the model for an imbalanced class dataset classification prioblem.
Refitting the model on the full dataset is the default behavior in scikit-learn as well (see GridSearchCV).