-
Notifications
You must be signed in to change notification settings - Fork 136
FEA Adding FeatureAugmenter #409
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
FEA Adding FeatureAugmenter #409
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few rewordings and typos
Thanks! Will make this ready for review in a few hours, just to check if everything works fine :) |
Co-authored-by: Lilian <lilian@boulard.fr>
Co-authored-by: Lilian <lilian@boulard.fr>
Co-authored-by: Lilian <lilian@boulard.fr>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
When using the FeatureAugmenter, I found out that tuning the |
When using the FeatureAugmenter, I found out that tuning the ngram_range and analyzer parameters of the fuzzy_join may be also useful sometimes. Do you think it's a good idea to introduce them in the class as parameters?
If you find them useful than yes, we should add them.
|
I agree, moreover it's a common parameter in dirty_cat so users are probably already familiar with it |
Ok, thanks, I added it to the FA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LTGM. Great work. Thank you!!
I merged. Congratulations! |
After the discussion in #403, here is a first version of the Feature Augmenter.
This is a transformer that will allow the users to pass a main table and some auxiliary tables to fuzzy join with.
(I need to add an example before making it ready for review)