rstuven / tidml

Machine Learning Workflow Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Workflow Framework

THIS IS PRE-ALPHA SOFTWARE

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

About

Machine Learning Workflow Framework


Languages

Language:Python 97.1%Language:Makefile 2.9%