Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

kimmobrunfeldt/machine-learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine learning

Small test cases to test machine learning. Each case contains main.py file.

  1. Simple coin game

Install

Installing scikit-learn and other Python libraries is tricky. Simplest way to install all needed dependencies is to use Vagrant box.

sudo apt-get install python-pip python-dev python-numpy python-scipy python-pandas

Then you can install scikit-learn. Most probably the easiest way to install it is:

pip install --user --install-option="--prefix=" -U scikit-learn

About

Testing machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages