/MachineLearningScikit

Clasificador de flores mediante aprendizaje supervisado

Primary LanguagePython

Machine Learning Scikit

Clasificador de frutas mediante aprendizaje supervisado

$ python3 -m venv myvenv
$ . myvenv/bin/activate
$ pip install -U scikit-learn
$ pip install -U numpy
$ pip install -U scipy
$ pip install -U pydot 
$ python hello.py

$ pip install pylint # Optional for Visual Code

Requerimientos

# Xdot es necesario para ejecutar viz.py
$ sudo apt-get install xdot