Spaces:
No application file
No application file
FrederikKl
commited on
Commit
•
5a2c6e6
1
Parent(s):
fd1a6a5
Update inference_pipeline.py
Browse files
notebooks/SML/inference_pipeline.py
CHANGED
@@ -82,7 +82,7 @@ tesla_df_b_array = np.expand_dims(tesla_df_b_array, axis=1)
|
|
82 |
# %%
|
83 |
import joblib
|
84 |
|
85 |
-
the_model = mr.get_model("stock_pred_model", version=
|
86 |
model_dir = the_model.download()
|
87 |
|
88 |
model = joblib.load(model_dir + "/stock_prediction_model.pkl")
|
|
|
82 |
# %%
|
83 |
import joblib
|
84 |
|
85 |
+
the_model = mr.get_model("stock_pred_model", version=29)
|
86 |
model_dir = the_model.download()
|
87 |
|
88 |
model = joblib.load(model_dir + "/stock_prediction_model.pkl")
|