Installation

Requirements:Python >= 3.7

To install the latest released version of ml_tooling:

Using pip

Using conda

From Source

You can install ml_tooling from source just as you would install any other Python package:

$ pip install git+https://github.com/anders_bogsnes/ml_tooling.git

If you need to install the very newest development version on GitHub:

$ pip install -U git+https://github.com/anders_bogsnes/ml_tooling.git