We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c0596 commit fe9c911Copy full SHA for fe9c911
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"))
62
model_uri = "models:/taxi_fare_prediction.taxi_fare_model@latest-model"
63
pipe = mlflow.sklearn.load_model(model_uri)
64
0 commit comments