Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 981 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 981 Bytes

Docker Build Build Status

Screenshot

Machine Learning using the Python ecosystem

Classifiers: Logistic Regression , LDA, KNN, Decision Trees, Gaussian Naive Bayes, SVM

Steps to run:

Using Docker:

Build images and run the containers

+ $ docker-compose up -d
Plots outputs will be mounted at /var/lib/docker/volumes/pythonml_benchmarks on the host/VM path
Install the required dependencies and run the script
+ $ py iris.py

You can also run via jupyter notebook:

+ $ jupyter notebook
Output should look like this :

Screenshot Screenshot