Skip to content

Commit bce3dce

Browse files
committed
chore: change boolean in score_testing_example to be consistent with comments
1 parent 2db3ce9 commit bce3dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/score_testing_example.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@
682682
" score_def_name=\"score_definition_example\",\n",
683683
" model='DecisionTreeClassifier',\n",
684684
" table_name='HMEQPERF_1_Q1', # If this call is made before running the code above, the table_file argument must be included if the file is not yet on the server\n",
685-
" use_cas_gateway=True # Change to True if your Viya version is compatible with CAS Gateway. \n",
685+
" use_cas_gateway=False # Change to True if your Viya version is compatible with CAS Gateway. \n",
686686
")"
687687
]
688688
}

0 commit comments

Comments
 (0)