> Is there any way to specify the random_state of the StratifiedKFold CV
> generator that is used when one uses sklearn.grid_search.GridSearchCV(cv=int
> or none)?

no.

> Or would the best method to ensure replicability between
> GridSearchCV runs simply to make a StratifiedKFold instance myself and pass
> it into the cv parameter?

Yes.

A

------------------------------------------------------------------------------
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to