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

Encoders for feature engineering #970

Closed
indymnv opened this issue Oct 6, 2022 · 2 comments
Closed

Encoders for feature engineering #970

indymnv opened this issue Oct 6, 2022 · 2 comments

Comments

@indymnv
Copy link

indymnv commented Oct 6, 2022

I was checking the documentation a bit and I missed the possibility of using different encoders for feature engineering in machine learning; it looked like only One-Hot-Encoder is available.
In python, for now, Scikit-learn has a solution that it worked well, Pandas also have some less popular options, and there are third-party libraries that integrate very well with the ML ecosystem (Pandas-Scikit-Learn). It is interesting to check, for example, Feature Engine. However, I think most people in the Python ML ecosystem use the Scikit-learn feature encoders, I guess for reliability.

Is there a project for integrating more encoders into JuliaAI?

@juliohm
Copy link
Contributor

juliohm commented Oct 6, 2022

@indymnv we are actively working on https://github.com/JuliaML/TableTransforms.jl, it is not specific to MLJ.jl though.

@ablaom
Copy link
Member

ablaom commented Oct 6, 2022

@indymnv I'm going to reply to your message at thread referenced below.

Closing in favour of JuliaAI/MLJModels.jl#314

@ablaom ablaom closed this as completed Oct 6, 2022
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

3 participants