update samples from Release-160 as a part of 1.0.76 SDK release

This commit is contained in:
vizhur
2019-11-25 19:28:19 +00:00
parent b54b2566de
commit 2214ea8616
89 changed files with 508 additions and 3346 deletions

View File

@@ -61,4 +61,4 @@ global_explanation = tabular_explainer.explain_global(X_test)
# Uploading model explanation data for storage or visualization in webUX
# The explanation can then be downloaded on any compute
comment = 'Global explanation on regression model trained on boston dataset'
client.upload_model_explanation(global_explanation, comment=comment)
client.upload_model_explanation(global_explanation, comment=comment, model_id=original_model.id)