You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Deploys a multi-table interpretor in the simplest way possible\n\n It is a call to `~.api.deploy_model` with additional parameters to handle\nmulti-table deployment.\n\n In this example, a Selective Naive Bayes (SNB) interpretation model is\n deployed by applying its associated dictionary to the input database.\n The model variable importances are written to the output data table.\n\n"
1399
+
"Deploys a multi-table interpretor in the simplest way possible\n\n It is a call to `~.api.deploy_model` with additional parameters related to\nthe variable importances.\n\n In this example, a Selective Naive Bayes (SNB) interpretation model is\n deployed by applying its associated dictionary to the input database.\n The model variable importances are written to the output data table.\n\n"
1400
1400
]
1401
1401
},
1402
1402
{
@@ -1438,7 +1438,8 @@
1438
1438
" model_dictionary_file_path,\n",
1439
1439
"\"SNB_Accident\",\n",
1440
1440
" interpretor_file_path,\n",
1441
-
" reinforcement_target_value=\"NonLethal\",\n",
1441
+
" max_variable_importances=3,\n",
1442
+
" importance_ranking=\"Individual\",\n",
1442
1443
")\n",
1443
1444
"\n",
1444
1445
"# Deploy the interpretation model on the database\n",
0 commit comments