/ml-essentials

A set of essential utilities for machine learning experiments.

Primary LanguagePythonMIT LicenseMIT

ML Essentials

A set of essential toolkits for daily machine learning experiments.

Requirements

  • Python >= 3.6

Installation

pip install git+https://github.com/haowen-xu/ml-essentials.git

Tutorials

MLRunner

You may run an experiment with the MLRunner, such that its information and output can be saved via MLStorage Server.

mlrun -s http://server:port -- python train.py