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

REST API based on Flask Restless #127

Closed csala closed 5 years ago

csala commented 5 years ago

REST API over ATM based on flask-restless.

This uses flask-restless functionality of auto-creating a browsable REST api over an existing SQLAlchemy DB.

For now, it only provides read access to the Datasets, Dataruns, Hyperpartitions and Classifiers tables.