ownautoml
Ownautoml is an automated machine learning toolkit for command line and user interface level. It supports autoamted deployement with docker and django.
Auto ML with your own setup with Django
Setup project
$ git clone https://github.com/santhosh432/ownautoml.git
$ cd ownautoml
$ pip install -r requirements.txt
$ python manage.py runserver
open http://127.0.0.1:8000/admin
Go to admin page and click on create project and fill up accordingly ….
TODO
- Auto training for regression
- Add all regression and classfication models
- Remove unwanted fileds in uploading training examples (like Unwanted: 0 fields in dataframe)