Skip to content

TST Enables isotonic and manifold in test_check_n_features_in_after_fitting #19539

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

Merged
merged 1 commit into from
Feb 25, 2021

Conversation

thomasjpfan
Copy link
Member

@thomasjpfan thomasjpfan commented Feb 23, 2021

Reference Issues/PRs

Related to #19333

What does this implement/fix? Explain your changes.

  1. IsotonicRegression accepts 1d and 2d arrays with one feature. We do not have a n_features_in_ defined for this situation.

  2. manifold estimators only has fit and fit_transform functions, so it would pass test_check_n_features_in_after_fitting by default.

@ogrisel ogrisel merged commit 052efae into scikit-learn:main Feb 25, 2021
@ogrisel
Copy link
Member

ogrisel commented Feb 25, 2021

I merged maybe a bit quickly. It might have made sense to also tackle the related document issues in the same PR.

@glemaitre glemaitre mentioned this pull request Apr 22, 2021
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:test-suite everything related to our tests No Changelog Needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants