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

API deprecate estimator_ in favor of estimators_ in CNN and OSS #1011

Merged
merged 2 commits into from
Jul 10, 2023

Conversation

glemaitre
Copy link
Member

@glemaitre glemaitre commented Jul 9, 2023

closes #908

We should make sure that the documentation mentions the one-vs.-other strategy (wrong for CNN). Then it makes sense to store all pairs of k-NN instead of the last one from the loop.
We can then deprecate estimator_ and create a new estimators_ attribute.

@glemaitre glemaitre changed the title API deprecate estimator_ in favor of estimators_ API deprecate estimator_ in favor of estimators_ in CNN and OSS Jul 9, 2023
@glemaitre glemaitre marked this pull request as draft July 9, 2023 22:06
@glemaitre glemaitre marked this pull request as ready for review July 9, 2023 22:24
@glemaitre glemaitre merged commit 95e21e1 into scikit-learn-contrib:master Jul 10, 2023
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.

[BUG] The estimator_ in CondensedNearestNeighbour() is incorrect for multiple classes
1 participant