ClimbsRocks / machineJS

[UNMAINTAINED] Automated machine learning- just give it a data file! Check out the production-ready version of this project at ClimbsRocks/auto_ml
https://github.com/ClimbsRocks/auto_ml
408 stars 64 forks source link

add support for multiple categories in the output column #140

Closed ClimbsRocks closed 8 years ago

ClimbsRocks commented 8 years ago

an example would be kaggle's telstra competition: https://www.kaggle.com/c/telstra-recruiting-network

ClimbsRocks commented 8 years ago

finished. was way easier than expected.

ClimbsRocks commented 8 years ago

the bigger issue is actually that it seems these types of problems have much more variability in how they expect their output to be formatted, which will ultimately have to fall upon the user to figure out.