Skip to content

spbroma/mlflow_matlab_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Minimalistic Matlab interface to MLflow

via REST API, based on REST API example for Python. Also you can find extended REST API example for Python here (original).

Instructions

  1. Install MLflow to yout python environment:
pip install mlflow
  1. Run MLflow server:
mlflow server

for specifying IP, port, etc, go to documentation

  1. Open 127.0.0.1:5000 in your browser.

  2. Run example.m in Matlab.

Todos

  • accelerate MLflowTrackingRestApi.post() execution
  • add remaining functions

Currently implemented 5/42 functions:

  • create_run
  • create_experiment
  • list_experiments
  • log_param
  • log_metric

About

Minimalistic Matlab interface to MLflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages