Home

Awesome

PyML

Python Moonlight (Machine Learning) Practice

Code Coverage Build Status

<br/><a name="contents"></a>

Contents

<br/><a name="pre-req"></a>

Prerequisites

<br/><a name="dev-setup"></a>

Dev Setup

Running a dev-setup script to install the project and libraries.

make clean dev-setup  # this will create a python virtualenv

<br/><a name="testing"></a>

Testing

After running make dev-setup, the project and libraries are installed (in python virtual environment). Now it is able to run tests.

make test  # also available to run `make unittest` or `make nosetest`

or to start a clean test (highly recommended before committing changes) -

make clean test-all

and open test coverage report

make show  # must be on docker host

<br/><a name="run"></a>

Run

API Example

<p><br/></p>

Code Coverage Build Status License: GPL v3 Contributors

<div><br/> &raquo; Back to <a href="#contents">Contents</a> | <a href="../docs/README.md">Docs</a> &laquo; <a href="https://github.com/dockerian" style="text-decoration:none;"><img src="https://avatars3.githubusercontent.com/u/22064108?s=400&v=4" style="border:0;height:50;width:50px;vertical-align:middle" height="50" alt="Dockerian" border="0" title="Dockerian" align="right" valign="middle" /></a> </div>