AxeldeRomblay / MLBox

MLBox is a powerful Automated Machine Learning python library.
https://mlbox.readthedocs.io/en/latest/
Other
1.49k stars 274 forks source link

DL methods in MLBox #100

Closed GaganaB closed 4 years ago

GaganaB commented 4 years ago

Hi. I was wondering if there's a way to try deep learning methods on CSV files in MLBox? Thank you.

AxeldeRomblay commented 4 years ago

Hello @GaganaB, what do you mean by trying DL models on csv files ? Actually you can read csv files with MLBox and encode categorical features using DL methods (aka "entity embedding") : https://mlbox.readthedocs.io/en/latest/features.html#categorical-features Hope it helps.