Spaces:
Sleeping
Sleeping
File size: 427 Bytes
ecdc3d7 b08b495 ecdc3d7 b08b495 ecdc3d7 b08b495 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | ---
title: MLflow Tracking Server
emoji: 📈
colorFrom: blue
colorTo: green
sdk: docker
app_port: 7860
pinned: false
---
# MLflow Tracking Server
Serveur MLflow distant pour tracker mes expériences de machine learning.
## Accès
L'interface UI est accessible à l'URL du Space.
Depuis un script Python local, configurer :
```python
import mlflow
mlflow.set_tracking_uri("https://elicopter6-mlflow-server.hf.space")
```
|