Skip to content

FEA Adding FeatureAugmenter - #409

Merged
GaelVaroquaux merged 41 commits into
skrub-data:mainfrom
jovan-stojanovic:add_featureaugmenter
Jan 17, 2023
Merged

FEA Adding FeatureAugmenter#409
GaelVaroquaux merged 41 commits into
skrub-data:mainfrom
jovan-stojanovic:add_featureaugmenter

Conversation

@jovan-stojanovic

Copy link
Copy Markdown
Member

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)

@LilianBoulard LilianBoulard left a comment

Copy link
Copy Markdown
Member

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

Comment thread dirty_cat/_feature_augmenter.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
@jovan-stojanovic

Copy link
Copy Markdown
Member Author

Thanks! Will make this ready for review in a few hours, just to check if everything works fine :)

@LilianBoulard LilianBoulard added this to the 0.4.0 release milestone Nov 14, 2022
@LilianBoulard LilianBoulard added the enhancement New feature or request label Nov 14, 2022
Comment thread dirty_cat/_feature_augmenter.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
jovan-stojanovic and others added 3 commits November 16, 2022 11:21
Co-authored-by: Lilian <lilian@boulard.fr>
Co-authored-by: Lilian <lilian@boulard.fr>
Co-authored-by: Lilian <lilian@boulard.fr>
@jovan-stojanovic
jovan-stojanovic marked this pull request as ready for review November 16, 2022 10:36
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated

@LilianBoulard LilianBoulard left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Comment thread dirty_cat/_feature_augmenter.py Outdated
Comment thread dirty_cat/_feature_augmenter.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py
Comment thread CHANGES.rst
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
Comment thread examples/05_joining_tables_with_FuzzyJoin.py
Comment thread examples/05_joining_tables_with_FuzzyJoin.py Outdated
@jovan-stojanovic

jovan-stojanovic commented Jan 12, 2023

Copy link
Copy Markdown
Member Author

When using the FeatureAugmenter, I found out that tuning the ngram_range and analyzer parameters of the fuzzy_join may also be useful sometimes. Do you think it's a good idea to introduce them in the class as parameters? Or would this add too much complexity for a first version? @GaelVaroquaux @LilianBoulard

@GaelVaroquaux

GaelVaroquaux commented Jan 12, 2023 via email

Copy link
Copy Markdown
Member

@LilianBoulard

Copy link
Copy Markdown
Member

I agree, moreover it's a common parameter in dirty_cat so users are probably already familiar with it

@jovan-stojanovic

Copy link
Copy Markdown
Member Author

Ok, thanks, I added it to the FA.

@GaelVaroquaux GaelVaroquaux left a comment

Copy link
Copy Markdown
Member

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!!

@GaelVaroquaux
GaelVaroquaux merged commit 2b4b171 into skrub-data:main Jan 17, 2023
@GaelVaroquaux

Copy link
Copy Markdown
Member

I merged. Congratulations!

@jovan-stojanovic
jovan-stojanovic deleted the add_featureaugmenter branch May 16, 2023 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants