We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9907b1c commit 48766a7Copy full SHA for 48766a7
examples/pzmm_custom_kpi_model_parameters.ipynb
@@ -86,7 +86,7 @@
86
"\n",
87
"model[\"targetEvent\"] = \"1\"\n",
88
"model[\"targetVariable\"] = \"BAD\"\n",
89
- "model[\"function\"] = \"Classification\"\n",
+ "model[\"function\"] = \"classification\"\n",
90
"model[\"targetLevel\"] = \"Binary\"\n",
91
"model[\"eventProbVar\"] = \"EM_EVENTPROBABILITY\"\n",
92
@@ -108,7 +108,7 @@
108
"project[\"targetLevel\"] = \"Binary\"\n",
109
"project[\"targetEventValue\"] = \"1\"\n",
110
"project[\"classTargetValues\"] = \".5\"\n",
111
- "project[\"function\"] = \"Classification\"\n",
+ "project[\"function\"] = \"classification\"\n",
112
"project[\"eventProbabilityVariable\"] = \"EM_EVENTPROBABILITY\"\n",
113
114
"project = mr.update_project(project)"
0 commit comments