An open API service indexing awesome lists of open source software.

https://github.com/alihassanml/mlflow-experiment

mlflow experiment
https://github.com/alihassanml/mlflow-experiment

Last synced: 6 months ago
JSON representation

mlflow experiment

Awesome Lists containing this project

README

          

# MLFLOW Expertiment

import dagshub
dagshub.init(repo_owner='alihassanml', repo_name='mlflow-experiment', mlflow=True)

import mlflow
with mlflow.start_run():
mlflow.log_param('parameter name', 'value')
mlflow.log_metric('metric name', 1)