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

MAINT add support for feature_names_in_ #959

Merged
merged 6 commits into from
Dec 5, 2022

Conversation

glemaitre
Copy link
Member

Add support for:

  • feature_names_in_
  • get_feature_names_out

@glemaitre glemaitre changed the title Feature names in MAINT add support for feature_names_in_ Dec 5, 2022
@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Base: 96.00% // Head: 94.61% // Decreases project coverage by -1.38% ⚠️

Coverage data is based on head (62e4334) compared to base (ad71707).
Patch coverage: 79.20% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #959      +/-   ##
==========================================
- Coverage   96.00%   94.61%   -1.39%     
==========================================
  Files         100      100              
  Lines        6940     7063     +123     
  Branches     1014     1045      +31     
==========================================
+ Hits         6663     6683      +20     
- Misses        169      256      +87     
- Partials      108      124      +16     
Impacted Files Coverage Δ
imblearn/combine/_smote_enn.py 100.00% <ø> (ø)
imblearn/combine/_smote_tomek.py 100.00% <ø> (ø)
imblearn/metrics/pairwise.py 100.00% <ø> (ø)
imblearn/over_sampling/_adasyn.py 84.61% <ø> (ø)
imblearn/over_sampling/_random_over_sampler.py 98.52% <ø> (ø)
imblearn/over_sampling/_smote/base.py 98.00% <ø> (ø)
imblearn/over_sampling/_smote/cluster.py 100.00% <ø> (ø)
imblearn/over_sampling/_smote/filter.py 87.93% <ø> (ø)
...mpling/_prototype_generation/_cluster_centroids.py 100.00% <ø> (ø)
...rototype_selection/_condensed_nearest_neighbour.py 98.46% <ø> (ø)
... and 12 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@glemaitre glemaitre merged commit 54a7b5b into scikit-learn-contrib:master Dec 5, 2022
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.

1 participant