Metadata-Version: 2.0
Name: tidml
Version: 0.1.2
Summary: Telefónica I+D Machine Learning Workflow Framework
Home-page: https://github.com/tidchile/tidml
Author: Ricardo Stuven
Author-email: ricardo.stuven@telefonica.com
License: UNKNOWN
Download-URL: https://github.com/tidchile/tidml/tarball/0.1.2
Platform: UNKNOWN

Machine Learning Workflow Framework
===================================

Installation
------------

::

    pip install tidml

Usage
-----

See ``examples`` and ``tests`` directories.

Development
-----------

::

    make install-dev

    make test

    make coverage

To-Do
-----

-  Multinomial Naive Bayes classifier example
-  Evaluation / Hyperparameter tuning
-  Incremental training (eg. partial\_fit)
-  Document, document, document...

Wish list
---------

-  CLI
-  Flask/Django/other microservice
-  Docker/other deployment
-  H2O.ai integration


