HDI-Project / ATM

Auto Tune Models - A multi-tenant, multi-data system for automated machine learning (model selection and tuning).
https://hdi-project.github.io/ATM/
MIT License
525 stars 141 forks source link

Use MLBlocks for methods backend #113

Open micahjsmith opened 5 years ago

micahjsmith commented 5 years ago

Currently, ATM defines learning methods (classification only) in json files within the repo. The MLBlocks/MLPrimitives projects provide similar functionality, but include many more methods, including neural networks, gradient boosted machines, and regression models (#72). We should explore using these projects as the backend for learning methods.

micahjsmith commented 5 years ago

Here are some thoughts on implementation:

Ultimately, we want people to be able to include/upload their own primitives for use with MLBlocks.