interpretable-machine-learning
Here are 79 public repositories matching this topic...
- It would be nice to have a list of current contributors and update this list as more people add resources to this repo.
-
Updated
Mar 3, 2020 - Python
General:
- remove outdated examples from
DALEX_docs - prepare skeleton for R/Python docs
R specific:
- prepare Introductory materials to predictive models for
titanicandapartments - prepare Introductory materials to
explain() - prepare Introductory materials to
predict_parts() - prepare Introductory materials to
predict_profile() - prepar
There are several instances where the functional form is shown as
$$\beta_0 + f_1(X_1) + f_2(X_2, X3) + \ldots + f_M(X_N),$$
and I believe it should be
$$\beta_0 + f_1(X_1) + f_2(X_2) + f_3( X_3) + \ldots + f_M(X_M),$$
or even this
$$\beta_0 + f_1(X_1) +\ldots + f_M(X_M)$$
is probably sufficient.
-
Updated
Jun 4, 2020 - Jupyter Notebook
In order to successfully install examples using Docker I did the following changes:
- There seems to be missing step which clones
mli-resourcesGitHub repository. PerhapsRUN git clone https://github.com/h2oai/mli-resources.gitshould be added toDockerfile(I cloned repo manually). - Jupyter refuses to start under root - consider adding
--allow-rootparameter: `docker run -i -t -p 888
-
Updated
Jun 16, 2020 - R
-
Updated
May 19, 2020 - Python
-
Updated
Mar 29, 2019 - Jupyter Notebook
-
Updated
May 27, 2020 - Python
modelStudio FAQ & Troubleshooting
- Error occurred during the
modelStudio()computation fooplot doesn't show up on the dashboard
- Read the console output of
DALEX::explain(). There could be a warning message pointing to the
-
Updated
Aug 21, 2018 - Python
-
Updated
Feb 2, 2020 - R
-
Updated
Mar 26, 2020 - Python
-
Updated
May 19, 2019 - Jupyter Notebook
-
Updated
Jun 12, 2020
-
Updated
Jun 5, 2020 - Jupyter Notebook
improve readme
- fix bibtex
- fix pytorch example
- fix installation instruction
- add tensorflow example
- link documentation
- include GIF
- add a short overview readme to the notebook directory
- write FAQ
- fix GIF text
-
Updated
Oct 14, 2018 - Python
-
Updated
May 12, 2020 - C
-
Updated
Sep 7, 2018 - Jupyter Notebook
-
Updated
Mar 24, 2019 - Jupyter Notebook
-
Updated
May 4, 2020
-
Updated
Mar 4, 2020 - Jupyter Notebook
-
Updated
May 28, 2020 - Julia
-
Updated
Nov 19, 2019 - TeX
-
Updated
Jun 7, 2020 - R
Would suggest having a confusion matrix plot, I think we already have access to the values.
- Values could be normalized to be represented as %ages
- or not normalized as well. Using the computed values to draw the plot.
if time permits one could think of some cool intuitive visualization as well.
-
Updated
May 10, 2020 - Python
Improve this page
Add a description, image, and links to the interpretable-machine-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the interpretable-machine-learning topic, visit your repo's landing page and select "manage topics."


When running
from interpret import showfrom interpret.perf import ROCblackbox_perf = ROC(blackbox_model.predict_proba).explain_perf(X_test, y_test, name='Blackbox')show(blackbox_perf)I have the following error
RuntimeError: Could not find open port.Consider calling interpret.set_show_addr(("127.0.0.1", 7001)) first..Even calling the set_show_addr, I