This project contains main machine learning snippets and algorithms
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You can download the project as follows
git clone https://github.com/maarkeez/machine-learning-snippets.git
A step by step series of examples that tell you how to get a development env running
- Download you favorite python IDE, for example PyCharm
- Create a new project based on
machine-learning-snippets
- Python version must be 2.7
To check you've correctly loaded, run all test in the test
directory
Run all test in the test
directory
- Run all tests with PyCharm
- Run all test with command line
python -m unittest discover -s test
We use SemVer for versioning. For the versions available, see the tags on this repository.