From 24e996abf3e5baa6f71687e933a6897a1e3109f0 Mon Sep 17 00:00:00 2001 From: Hubert Baniecki Date: Sun, 12 Jul 2020 20:54:48 +0200 Subject: [PATCH] [doc] update dashboards --- man/modelStudio.Rd | 7 +++++-- pkgdown/favicon/caret.html | 6 +++--- pkgdown/favicon/demo.html | 2 +- pkgdown/favicon/h2o.html | 6 +++--- pkgdown/favicon/lightgbm.html | 6 +++--- pkgdown/favicon/mlr.html | 6 +++--- pkgdown/favicon/mlr3.html | 6 +++--- pkgdown/favicon/parsnip.html | 6 +++--- pkgdown/favicon/scikitlearn.html | 6 +++--- pkgdown/favicon/xgboost.html | 6 +++--- vignettes/ms-r-python-examples.Rmd | 4 ++-- 11 files changed, 32 insertions(+), 29 deletions(-) diff --git a/man/modelStudio.Rd b/man/modelStudio.Rd index 83d939a..e398a81 100644 --- a/man/modelStudio.Rd +++ b/man/modelStudio.Rd @@ -70,11 +70,14 @@ An object of the \code{r2d3, htmlwidget, modelStudio} class. \description{ This function computes various (instance and dataset level) model explanations and produces an interactive, customisable dashboard. It consists of multiple panels for plots with their short descriptions. -Easily save and share the HTML dashboard with others. Tools for model exploration unite with tools for EDA -(Exploratory Data Analysis) to give a broad overview of the model behavior. +Easily save and share the HTML dashboard with others. Tools for model exploration unite with tools for +Exploratory Data Analysis to give a broad overview of the model behavior. Theoretical introduction to the plots: \href{https://pbiecek.github.io/ema/}{Explanatory Model Analysis: Explore, Explain and Examine Predictive Models} + +Displayed variable can be changed by clicking on the bars of plots or with the first dropdown list, + and observation can be changed with the second dropdown list. } \examples{ library("DALEX") diff --git a/pkgdown/favicon/caret.html b/pkgdown/favicon/caret.html index be5a7da..cf6d043 100644 --- a/pkgdown/favicon/caret.html +++ b/pkgdown/favicon/caret.html @@ -1787,9 +1787,9 @@
-
+
- - + + diff --git a/pkgdown/favicon/demo.html b/pkgdown/favicon/demo.html index 7474c95..3173d04 100644 --- a/pkgdown/favicon/demo.html +++ b/pkgdown/favicon/demo.html @@ -1789,7 +1789,7 @@
- + diff --git a/pkgdown/favicon/h2o.html b/pkgdown/favicon/h2o.html index aba3d5d..c4d8852 100644 --- a/pkgdown/favicon/h2o.html +++ b/pkgdown/favicon/h2o.html @@ -1787,9 +1787,9 @@
-
+
- - + + diff --git a/pkgdown/favicon/lightgbm.html b/pkgdown/favicon/lightgbm.html index 78bde6d..3be40ff 100644 --- a/pkgdown/favicon/lightgbm.html +++ b/pkgdown/favicon/lightgbm.html @@ -1787,9 +1787,9 @@
-
+
- - + + diff --git a/pkgdown/favicon/mlr.html b/pkgdown/favicon/mlr.html index 54ac378..a30be09 100644 --- a/pkgdown/favicon/mlr.html +++ b/pkgdown/favicon/mlr.html @@ -1787,9 +1787,9 @@
-
+
- - + + diff --git a/pkgdown/favicon/mlr3.html b/pkgdown/favicon/mlr3.html index 9731952..3f01212 100644 --- a/pkgdown/favicon/mlr3.html +++ b/pkgdown/favicon/mlr3.html @@ -1787,9 +1787,9 @@
-
+
- - + + diff --git a/pkgdown/favicon/parsnip.html b/pkgdown/favicon/parsnip.html index 1c1dec7..f2b9e71 100644 --- a/pkgdown/favicon/parsnip.html +++ b/pkgdown/favicon/parsnip.html @@ -1787,9 +1787,9 @@
-
+
- - + + diff --git a/pkgdown/favicon/scikitlearn.html b/pkgdown/favicon/scikitlearn.html index 249f48a..d5f5b6c 100644 --- a/pkgdown/favicon/scikitlearn.html +++ b/pkgdown/favicon/scikitlearn.html @@ -1787,9 +1787,9 @@
-
+
- - + + diff --git a/pkgdown/favicon/xgboost.html b/pkgdown/favicon/xgboost.html index 13abb75..5483ab8 100644 --- a/pkgdown/favicon/xgboost.html +++ b/pkgdown/favicon/xgboost.html @@ -1787,9 +1787,9 @@
-
+
- - + + diff --git a/vignettes/ms-r-python-examples.Rmd b/vignettes/ms-r-python-examples.Rmd index db8ed94..cb950e7 100644 --- a/vignettes/ms-r-python-examples.Rmd +++ b/vignettes/ms-r-python-examples.Rmd @@ -496,10 +496,10 @@ Then, use `modelStudio` in R: library(reticulate) #! add blank create_architecture function before load ! -py_run_string(" +py_run_string(' def create_architecture(): return True -") +') explainer <- py_load_object("explainer_keras.pickle", pickle = "pickle")