andrea
Results
2
comments of
andrea
I understand your point. But consider the following case with gridsearch + k-fold cross validation: a 2-fold cv (just as example) starts in parallel; - model 1 training on fold...
> I have had similiar issues. What seems to work for me is to instead of using `GridSearchCV` directly, setting the parameters through sklearns `ParameterGrid` - enumerate the parameters and...