Skip to content

Commit 7da84d7

Browse files
Fixing data science pilot notebook example (#93)
* Adding New Example Notebook I am adding a new example notebook that walks through creating models in SWAT and XGBOOST and then using SASCTL and PZMM to create the appropriate metadata before pushing everything into Model Manager. This notebook was designed for Viya 2020 environments. * Adding data for example * Adding notebook with requested changes -Changed /Data to /data -Swapped code in SWAT Model Manager function with suggested code * Delete Viya 2020 Example.ipynb * Update data_science_pilot.ipynb Remove 'None' from pzmm.ZipModel.zipFiles() in mm_python() to match changes made in pzmm updates (#87)
1 parent 2508b40 commit 7da84d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/data_science_pilot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6993,7 +6993,7 @@
69936993
"\n",
69946994
" ##################################################\n",
69956995
" # ZIP FOLDER\n",
6996-
" zipIOFile = pzmm.ZipModel.zipFiles(None, fileDir=output_path, modelPrefix=model_name)\n",
6996+
" zipIOFile = pzmm.ZipModel.zipFiles(fileDir=output_path, modelPrefix=model_name)\n",
69976997
"\n",
69986998
" ##################################################\n",
69996999
" # PUSH ZIP FOLDER INTO MODEL MANAGER\n",

0 commit comments

Comments
 (0)