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
We should add a section on creating estimators on the developer/contributor guide.
Not to do any logic on the constructor.
Make constructor parameters public and do not replace them in the algorithm (maybe it's okay to modify a RandomState by using it, but not to change it for another one, and it's not ok to change a seed for a random_state, as clone()'s will fail then).
How to add it to the GridSearchCV tests.
The text was updated successfully, but these errors were encountered:
We should add a section on creating estimators on the developer/contributor guide.
The text was updated successfully, but these errors were encountered: