one-ml

Unified ML framework combining core and modular layers

brewmacoslinux
Try with needOr install directly
Source

About

Reboot of ML, unifying its core and (now first-class) module layers

Commands

one-ml

Examples

Initialize a new ML project$ one-ml init my_project
Train a model with default configuration$ one-ml train --config config.yaml
Load and evaluate a trained model$ one-ml evaluate --model model.pkl --data test.csv