Skip to content

Commit 48766a7

Browse files
committed
Updated casing on model and project function in kpi example
1 parent 9907b1c commit 48766a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pzmm_custom_kpi_model_parameters.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"\n",
8787
"model[\"targetEvent\"] = \"1\"\n",
8888
"model[\"targetVariable\"] = \"BAD\"\n",
89-
"model[\"function\"] = \"Classification\"\n",
89+
"model[\"function\"] = \"classification\"\n",
9090
"model[\"targetLevel\"] = \"Binary\"\n",
9191
"model[\"eventProbVar\"] = \"EM_EVENTPROBABILITY\"\n",
9292
"\n",
@@ -108,7 +108,7 @@
108108
"project[\"targetLevel\"] = \"Binary\"\n",
109109
"project[\"targetEventValue\"] = \"1\"\n",
110110
"project[\"classTargetValues\"] = \".5\"\n",
111-
"project[\"function\"] = \"Classification\"\n",
111+
"project[\"function\"] = \"classification\"\n",
112112
"project[\"eventProbabilityVariable\"] = \"EM_EVENTPROBABILITY\"\n",
113113
"\n",
114114
"project = mr.update_project(project)"

0 commit comments

Comments
 (0)