ericjedha commited on
Commit
e086573
·
1 Parent(s): 4955c7f
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -16,16 +16,16 @@ app = FastAPI()
16
  # MLFLOW URI
17
 
18
  # Set your variables for your environment
19
- EXPERIMENT_NAME="hyperparameter_tuning"
20
 
21
  # Set tracking URI to your Hugging Face application
22
- mlflow.set_tracking_uri(os.environ["APP_URI"])
23
 
24
  # Set experiment's info
25
- mlflow.set_experiment(EXPERIMENT_NAME)
26
 
27
  # Get our experiment info
28
- experiment = mlflow.get_experiment_by_name(EXPERIMENT_NAME)
29
 
30
  # Exemple de données
31
  df = pd.DataFrame({
 
16
  # MLFLOW URI
17
 
18
  # Set your variables for your environment
19
+ #EXPERIMENT_NAME="hyperparameter_tuning"
20
 
21
  # Set tracking URI to your Hugging Face application
22
+ #mlflow.set_tracking_uri(os.environ["APP_URI"])
23
 
24
  # Set experiment's info
25
+ #mlflow.set_experiment(EXPERIMENT_NAME)
26
 
27
  # Get our experiment info
28
+ #experiment = mlflow.get_experiment_by_name(EXPERIMENT_NAME)
29
 
30
  # Exemple de données
31
  df = pd.DataFrame({