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
When I use GridSearchCV or RandomizedSearchCV with a param grid that includes a list of estimators, this will raise a TypeError: TypeError(repr(o) + " is not JSON serializable"). This happens inside the _extract_information_from_model() method.
Thanks for reporting. This is an inteded limitation. We did not yet implement this feature as we want to spend our time getting the basic functionality of package running there first.
When I use GridSearchCV or RandomizedSearchCV with a param grid that includes a list of estimators, this will raise a TypeError:
TypeError(repr(o) + " is not JSON serializable")
. This happens inside the_extract_information_from_model()
method.Here is the code to reproduce this error:
The text was updated successfully, but these errors were encountered: