https://github.com/alihassanml/mlflow-experiment
mlflow experiment
https://github.com/alihassanml/mlflow-experiment
Last synced: 6 months ago
JSON representation
mlflow experiment
- Host: GitHub
- URL: https://github.com/alihassanml/mlflow-experiment
- Owner: alihassanml
- Created: 2025-03-18T12:38:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T12:40:17.000Z (7 months ago)
- Last Synced: 2025-03-18T13:40:25.682Z (7 months ago)
- Language: Python
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)