automl / auto-sklearn

Automated Machine Learning with scikit-learn
https://automl.github.io/auto-sklearn
BSD 3-Clause "New" or "Revised" License
7.48k stars 1.27k forks source link

Text preprocessing V2 TODOs #1373

Open mfeurer opened 2 years ago

mfeurer commented 2 years ago

This is a list of follow-up tasks to #1300.

General implementation

Hyperparameter space

Louquinze commented 2 years ago

can not find Improve the way feature types are passed to the meta-feature computation (search for the following todo: Todo make this more cohesive to the overall structure (quick bug fix)) in the open to do's

edit: metafeatures.py:1089

mfeurer commented 2 years ago

I think the comment right now says: TODO make this more cohesive to the overall structure (quick bug fix)

Louquinze commented 2 years ago

can we rename the point "Potentially move the text feature reduction to a different module" to "Potentially rename the text feature reduction to a different module" ?

mfeurer commented 2 years ago

Sure