Skip to content

juliandavidmr/MachineLearningScikit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Clasificador de flores mediante aprendizaje supervisado

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages