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

Efficient way of applying ColumnTransformer #3

Open
varunvilva opened this issue Jun 29, 2023 · 1 comment
Open

Efficient way of applying ColumnTransformer #3

varunvilva opened this issue Jun 29, 2023 · 1 comment

Comments

@varunvilva
Copy link
Collaborator

In the initial dummy notebook suggest ways for applying ColumnTransformer before the pipelining step in a efficient manner. Discuss here what you think must be done. Pull requests are appreciated.

@AnujSaha0111
Copy link

AnujSaha0111 commented Oct 1, 2024

we can use it to handle preprocessing for both numerical and categorical columns in a single step.
By applying transformations like scaling, encoding, and imputation within ColumnTransformer, we can streamline the process and ensure consistent data handling across the dataset.

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

No branches or pull requests

2 participants