--- 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") ```