You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently not possible to use the scikit-learn GridSearchCV module with estimators from Parsimony because the method get_params is not compatible:
It is currently not possible to use the scikit-learn GridSearchCV module with estimators from Parsimony because the method
get_params
is not compatible:This could be fixed adding the parameter
deep
and as in scikit-learn:https://github.com/scikit-learn/scikit-learn/blob/f0ab589f1541b1ca4570177d93fd7979613497e3/sklearn/base.py#L244-L248
The text was updated successfully, but these errors were encountered: