jobliz / montante

A python3 machine learning helper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'

About

A python3 machine learning helper.


Languages

Language:Python 86.2%Language:R 13.8%