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

rename feature_reduction to text_feature_reduction #1414

Merged
merged 2 commits into from
Mar 3, 2022

Conversation

Louquinze
Copy link
Collaborator

@Louquinze Louquinze commented Mar 2, 2022

rename auto-sklearn/autosklearn/pipeline/components/data_preprocessing/feature_reduction to auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction.

also rename corresponding feature reduction class FeatureReduction to TextFeatureReduction.
auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction/truncated_svd.py:TextFeatureReduction

This includes adapting all *csv and *json participating in metalearning

The "real" changes are limited to

  1. truncated_svd.py
  2. feature_type_text.py

…ng/feature_reduction` to `auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction`.

also rename corresponding feature reduction class FeatureReduction to TextFeatureReduction.
`auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction/truncated_svd.py:TextFeatureReduction`

This includes adapting all *csv and *json participating in metalearning

The "real" changes are limited to
  1. truncated_svd.py
  2. feature_type_text.py
@Louquinze Louquinze requested a review from mfeurer March 2, 2022 11:27
@Louquinze Louquinze changed the title rename `auto-sklearn/autosklearn/pipeline/components/data_preprocessi… rename feature_reduction to text_feature_reduction Mar 2, 2022
@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #1414 (83a6a7a) into development (ab5c016) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff              @@
##           development    #1414   +/-   ##
============================================
  Coverage        84.54%   84.54%           
============================================
  Files              146      146           
  Lines            11283    11283           
  Branches          1929     1929           
============================================
  Hits              9539     9539           
+ Misses            1232     1228    -4     
- Partials           512      516    +4     

Impacted file tree graph

…ng/feature_reduction` to `auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction`.

also rename corresponding feature reduction class FeatureReduction to TextFeatureReduction.
`auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction/truncated_svd.py:TextFeatureReduction`

This includes adapting all *csv and *json participating in metalearning

The "real" changes are limited to
  1. truncated_svd.py
  2. feature_type_text.py
@mfeurer mfeurer merged commit 457e50c into automl:development Mar 3, 2022
eddiebergman pushed a commit that referenced this pull request Aug 18, 2022
* rename `auto-sklearn/autosklearn/pipeline/components/data_preprocessing/feature_reduction` to `auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction`.

also rename corresponding feature reduction class FeatureReduction to TextFeatureReduction.
`auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction/truncated_svd.py:TextFeatureReduction`

This includes adapting all *csv and *json participating in metalearning

The "real" changes are limited to
  1. truncated_svd.py
  2. feature_type_text.py

* rename `auto-sklearn/autosklearn/pipeline/components/data_preprocessing/feature_reduction` to `auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction`.

also rename corresponding feature reduction class FeatureReduction to TextFeatureReduction.
`auto-sklearn/autosklearn/pipeline/components/data_preprocessing/text_feature_reduction/truncated_svd.py:TextFeatureReduction`

This includes adapting all *csv and *json participating in metalearning

The "real" changes are limited to
  1. truncated_svd.py
  2. feature_type_text.py
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.

2 participants