Flexys is a django web application that automatically performs automated data analysis and machine learning.
Flexys has been tested to work with the following packages:
- Django==2.2.5
- djangorestframework==3.10.3
- GPyOpt==1.2.5
- matplotlib==3.1.1
- pandas==0.24.1
- scikit-learn==0.21.2
Type the code below to start the web application:
python manage.py makemigrations python manage.py migrate python manage.py runserver