This is the MLBox Prototype. This is still under construction, some parts probably don't work yet.
To install:
git clone https://github.com/xyhuang/mlbox.git
cd mlbox
pip install .
To uninstall:
pip uninstall mlbox
TO run an example, such as our toy "fake model",
mlbox local_run examples/fake_model:train/small_batch
mlbox local_run examples/fake_model:train/small_batch --log_file=/tmp/my_log_file
Check out the examples directory for detailed examples.