On 12/20/2015 09:31 AM, Alexandre Gramfort wrote:
>> 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)?
>
By default, there is no shuffling, so cv=int or None is deterministic.

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

Reply via email to