Skip to content

mxlei01/simpleml

Repository files navigation

Build Status Code Health Coverage Status Join the chat at https://gitter.im/mxlei01/simpleml

simpleml

A simple machine learning library written in Python

To run unit tests

nosetests -c ../.noserc --with-coverage --cover-inclusive --cover-tests --cover-package=. --process-timeout 600000 --processes 32 unit_tests

To Run a single unit test

nosetests -c ../.noserc -s --with-coverage --cover-inclusive --cover-tests --cover-package=. --process-timeout 600000 --processes 32 unit_tests.clustering.nearest_neighbor

About

A simple machine learning library written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published