Santiago Roman
commited on
Commit
·
fffbb15
1
Parent(s):
0060bba
change model number
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ fs = project.get_feature_store()
|
|
11 |
|
12 |
|
13 |
mr = project.get_model_registry()
|
14 |
-
model = mr.get_model("titanic_modal", version=
|
15 |
model_dir = model.download()
|
16 |
model = joblib.load(model_dir + "/titanic_model.pkl")
|
17 |
|
|
|
11 |
|
12 |
|
13 |
mr = project.get_model_registry()
|
14 |
+
model = mr.get_model("titanic_modal", version=3)
|
15 |
model_dir = model.download()
|
16 |
model = joblib.load(model_dir + "/titanic_model.pkl")
|
17 |
|