StupidML

A collection of python modules for for machine learning


Keywords
data-science, machine-learning
License
MIT
Install
pip install StupidML==0.2

Documentation

StupidML

Models:
Logistic Regression.
Discriminant Analysis.
Naive Bayes.
k nearest neighbors.
K Means.
Decision Tree.
Random Forest.
Support Vector Machines.
Neural Network.
Convolutional Neural Network.

Dependencies:
numpy, scipy, tensorflow, matplotlib, seaborn and scikit-learn

The library can be installed using the command "pip install StupidML".