We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9c911 commit cdee61dCopy full SHA for cdee61d
src/make_api/app/main.py
@@ -58,7 +58,7 @@
58
from pydantic import BaseModel
59
60
mlflow.set_tracking_uri(os.getenv("MLFLOW_TRACKING_URI"))
61
-print(os.getenv("asd"))
+print(os.getenv("ASD"))
62
model_uri = "models:/taxi_fare_prediction.taxi_fare_model@latest-model"
63
pipe = mlflow.sklearn.load_model(model_uri)
64
0 commit comments