jobliz / montante

A python3 machine learning helper.
0 stars 0 forks source link

Montante

Montante is a library that maps data processing, analysis and prediction tasks to a dict/jsonable payload that can be offered by a web framework

It currently allows you to run R the caret machine learning from R on a pandas dataframe.

Run the tests with:

python3 -m unittest discover -s montante/tests/ -p 'test_*.py'