From 7a2bcfb338f81f90ab9d1243f7a6a7203744528e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20de=20la=20R=C3=BAa=20Mart=C3=ADnez?= Date: Thu, 11 Jan 2024 09:55:18 +0100 Subject: [PATCH] Upload predictor script to Resources folder (#228) --- .../notebooks/3_feature_view_td_modelling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced_tutorials/on_demand_feature/notebooks/3_feature_view_td_modelling.ipynb b/advanced_tutorials/on_demand_feature/notebooks/3_feature_view_td_modelling.ipynb index d30411bd..f66bc275 100644 --- a/advanced_tutorials/on_demand_feature/notebooks/3_feature_view_td_modelling.ipynb +++ b/advanced_tutorials/on_demand_feature/notebooks/3_feature_view_td_modelling.ipynb @@ -271,7 +271,7 @@ "source": [ "dataset_api = project.get_dataset_api()\n", "\n", - "uploaded_file_path = dataset_api.upload(\"predict_example.py\", \"Models\", overwrite=True)\n", + "uploaded_file_path = dataset_api.upload(\"predict_example.py\", \"Resources\", overwrite=True)\n", "predictor_script_path = os.path.join(\"/Projects\", project.name, uploaded_file_path)" ] },