Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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