Skip to content

Exposing transformations applied by Cleaner and TableVectorizer#2122

Draft
emassoulie wants to merge 4 commits into
skrub-data:mainfrom
emassoulie:issue-1265-expose-cleaner-and-tablevectorizer-transformations
Draft

Exposing transformations applied by Cleaner and TableVectorizer#2122
emassoulie wants to merge 4 commits into
skrub-data:mainfrom
emassoulie:issue-1265-expose-cleaner-and-tablevectorizer-transformations

Conversation

@emassoulie

Copy link
Copy Markdown
Contributor

Closes #1265
Adds a method to the Cleaner and TableVectorizer transformers enabling them to give a human-readable list of the transformations (DropUninformative, ToFloat, ToDatetime) they are set to apply once fitted.

@emassoulie

Copy link
Copy Markdown
Contributor Author

I've got something going with the transformation lists for both transformers! I feel the TableVectorizer transformations could be equally relevant to expose by raw transformer type (ToFloat, ToDatetime etc, like the Cleaner), or by transformer category ("numeric", "low cardinality" etc, since they are customisable). I'm thinking of going towards the latter, but I wanted to ask for a second opinion before I go ahead.

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.

Expose the transformations done by the TableVectorizer

1 participant