Spaces:
Sleeping
Sleeping
File size: 277 Bytes
baa5edc |
1 2 3 4 5 6 7 8 9 10 11 12 |
# mlflow_config.yaml
experiment_name: "billion-row-analysis"
run_name: "benchmarking"
tracking_uri: "http://localhost:5000" # Optional: set if you have a remote tracking server
metrics:
- Library
- Load Time (s)
- CPU Load (%)
- Memory Load (%)
- Peak Memory (%)
|