lomltk

The lord of Machine Learning toolkits


License
MIT
Install
pip install lomltk==0.0.1

Documentation

lomltk is a package that provides useful python utility functions for Machine Learning researchers/engineers

Getting Started

Requirements

See requirements.txt and env.yaml for detail

  • Python 3.7+

Install dependencies

# using pip
pip install -r requirements.txt

# or using conda
conda env create -f env.yaml