Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get_estimator_params can work with any sklearn estimator, removing the restriction for regressor or classifier or kmeans #3

Merged
merged 3 commits into from
Jun 22, 2022

Conversation

twolodzko
Copy link
Contributor

No need for this restriction, any sklearn estimator would follow the interface and have the get_params method https://scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html#sklearn.base.BaseEstimator

No need for this restriction, any sklearn estimator would follow the interface and have the `get_params` method https://scikit-learn.org/stable/modules/generated/sklearn.base.BaseEstimator.html#sklearn.base.BaseEstimator
@Raalsky Raalsky merged commit 36141c1 into neptune-ai:master Jun 22, 2022
@twolodzko twolodzko deleted the patch-1 branch June 22, 2022 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants