Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
interpret-ml committed Apr 27, 2020
2 parents 820d35b + 2b60ef3 commit 70d54c3
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
},
"outputs": [],
"source": [
"lr_global = lr.explain_global(name='LR')\n",
"tree_global = tree.explain_global(name='Tree')\n",
"lr_global = lr.explain_global(name='Logistic Regression')\n",
"tree_global = tree.explain_global(name='Classification Tree')\n",
"\n",
"show(lr_global)\n",
"show(tree_global)\n",
Expand All @@ -221,13 +221,6 @@
"\n",
"show([hist, lr_global, lr_perf, tree_global, tree_perf, ebm_global, ebm_perf], share_tables=True)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -251,4 +244,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 70d54c3

Please sign in to comment.