Skip to content

Commit

Permalink
chore: change boolean in score_testing_example to be consistent with …
Browse files Browse the repository at this point in the history
…comments
  • Loading branch information
djm21 committed Jan 9, 2025
1 parent 2db3ce9 commit bce3dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/score_testing_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
" score_def_name=\"score_definition_example\",\n",
" model='DecisionTreeClassifier',\n",
" 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",
" use_cas_gateway=True # Change to True if your Viya version is compatible with CAS Gateway. \n",
" use_cas_gateway=False # Change to True if your Viya version is compatible with CAS Gateway. \n",
")"
]
}
Expand Down

0 comments on commit bce3dce

Please sign in to comment.