lizeyan / ml-essentials

A set of essential utilities for machine learning experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A set of essential utilities for machine learning experiments.

License:MIT License


Languages

Language:Python 100.0%