Skip to content

Commit 9228ef2

Browse files
committed
Fix for model import example
1 parent d058134 commit 9228ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pzmmModelImportExample.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660
}
661661
],
662662
"source": [
663-
"def writeJSONFiles(data, predict, target, zipFolder, yTrain, modelPrefix):\n",
663+
"def writeJSONFiles(data, predict, target, zipFolder, modelPrefix):\n",
664664
" J = pzmm.JSONFiles()\n",
665665
" \n",
666666
" # Write input variable mapping to a json file\n",

0 commit comments

Comments
 (0)