Skip to content

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

Merged
glemaitre merged 2 commits into
scikit-learn-contrib:masterfrom
glemaitre:is/908
Jul 10, 2023
Merged

API deprecate estimator_ in favor of estimators_ in CNN and OSS#1011
glemaitre merged 2 commits into
scikit-learn-contrib:masterfrom
glemaitre:is/908

Conversation

@glemaitre

@glemaitre glemaitre commented Jul 9, 2023

Copy link
Copy Markdown
Member

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