Installation

The simplest way to install mltype is via PyPI

pip install mltype

To get the latest version or potentially help with developlment, clone the github repository

git clone https://github.com/jankrepl/mltype.git
cd mltype
pip install -e .

Extra dependencies

One can use the following sytax to install extra dependencies

pip install -e .[GROUP]

Below are the available groups with

  • dev - development tools

  • hecate - tools for running optional curses tests

  • mlflow - optional tracking tool to visualize training progress