You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: