diff --git a/404.html b/404.html index 3492b564..b9f613b4 100644 --- a/404.html +++ b/404.html @@ -42,7 +42,7 @@
part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
diff --git a/LICENSE-text.html b/LICENSE-text.html index a968a8ee..99590c48 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -25,7 +25,7 @@
part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
diff --git a/articles/custom-explainers.html b/articles/custom-explainers.html index c715e4a4..383876f3 100644 --- a/articles/custom-explainers.html +++ b/articles/custom-explainers.html @@ -43,7 +43,7 @@
part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
diff --git a/articles/global-survshap.html b/articles/global-survshap.html index e5fc7c8c..4eb15a74 100644 --- a/articles/global-survshap.html +++ b/articles/global-survshap.html @@ -43,7 +43,7 @@
part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
diff --git a/articles/global-survshap_files/figure-html/unnamed-chunk-5-1.png b/articles/global-survshap_files/figure-html/unnamed-chunk-5-1.png index c5f6517b..471c679e 100644 Binary files a/articles/global-survshap_files/figure-html/unnamed-chunk-5-1.png and b/articles/global-survshap_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/articles/index.html b/articles/index.html index 7f36eae2..fbe8b8cd 100644 --- a/articles/index.html +++ b/articles/index.html @@ -25,7 +25,7 @@
part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
diff --git a/articles/mlr3proba-usage.html b/articles/mlr3proba-usage.html index cce2e5ec..05996566 100644 --- a/articles/mlr3proba-usage.html +++ b/articles/mlr3proba-usage.html @@ -43,7 +43,7 @@
part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
@@ -190,7 +190,7 @@

Creating an explainer for m #> -> predict function : predict_newdata()$crank will be used ( default ) #> -> predict survival function : predict_newdata()$distr$survival will be used ( default ) #> -> predict cumulative hazard function : predict_newdata()$distr$cumHazard will be used ( default ) -#> -> model_info : package mlr3proba , ver. 0.5.2 , task survival ( default ) +#> -> model_info : package mlr3proba , ver. 0.5.3 , task survival ( default ) #> A new explainer has been created!

Example explanation @@ -240,7 +240,7 @@

Cr #> -> predict function : predict_newdata()$crank will be used ( default ) #> -> predict survival function : predict_newdata()$distr$survival will be used ( default ) #> -> predict cumulative hazard function : predict_newdata()$distr$cumHazard will be used ( default ) -#> -> model_info : package mlr3proba , ver. 0.5.2 , task survival ( default ) +#> -> model_info : package mlr3proba , ver. 0.5.3 , task survival ( default ) #> A new explainer has been created! gbm_composite_learner_explainer |> model_parts(type = "ratio") |> plot(subtitle = NULL) diff --git a/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-3-1.png b/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-3-1.png index 7ca2c945..ddf58dfd 100644 Binary files a/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-3-1.png and b/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-3-1.png differ diff --git a/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-4-1.png b/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-4-1.png index 5c35a62f..d2867205 100644 Binary files a/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-4-1.png and b/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-4-1.png differ diff --git a/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-5-1.png b/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-5-1.png index ffb853ad..53071655 100644 Binary files a/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-5-1.png and b/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-5-1.png differ diff --git a/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-6-1.png b/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-6-1.png index 9570a1e4..9cf2ddbb 100644 Binary files a/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-6-1.png and b/articles/mlr3proba-usage_files/figure-html/unnamed-chunk-6-1.png differ diff --git a/articles/pdp.html b/articles/pdp.html index 2c0a0ae1..bf5e7f1e 100644 --- a/articles/pdp.html +++ b/articles/pdp.html @@ -43,7 +43,7 @@
part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0

@@ -233,8 +233,7 @@

Partial Dependence Explanations

"accumulated".

 pdp_2d  <- model_profile_2d(exp, variables = list(c("karno", "age")))
-#> Aggregating predictions.. Progress: 41%. Estimated remaining time: 45 seconds.
-#> Aggregating predictions.. Progress: 81%. Estimated remaining time: 14 seconds.
+#> Aggregating predictions.. Progress: 67%. Estimated remaining time: 15 seconds.
 pdp_2d_num_cat <- model_profile_2d(exp, variables = list(c("karno", "celltype")))

These explanations can be plotted using the plot function.

diff --git a/articles/pdp_files/figure-html/unnamed-chunk-6-1.png b/articles/pdp_files/figure-html/unnamed-chunk-6-1.png
index 4dddbcdf..4b891215 100644
Binary files a/articles/pdp_files/figure-html/unnamed-chunk-6-1.png and b/articles/pdp_files/figure-html/unnamed-chunk-6-1.png differ
diff --git a/articles/pdp_files/figure-html/unnamed-chunk-7-1.png b/articles/pdp_files/figure-html/unnamed-chunk-7-1.png
index 5aab7793..ee8dd903 100644
Binary files a/articles/pdp_files/figure-html/unnamed-chunk-7-1.png and b/articles/pdp_files/figure-html/unnamed-chunk-7-1.png differ
diff --git a/articles/survex-usage.html b/articles/survex-usage.html
index bb9cbeed..ed5438c2 100644
--- a/articles/survex-usage.html
+++ b/articles/survex-usage.html
@@ -43,7 +43,7 @@
         
part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
diff --git a/articles/survex-usage_files/figure-html/unnamed-chunk-20-1.png b/articles/survex-usage_files/figure-html/unnamed-chunk-20-1.png index ea23cdee..a1f850ef 100644 Binary files a/articles/survex-usage_files/figure-html/unnamed-chunk-20-1.png and b/articles/survex-usage_files/figure-html/unnamed-chunk-20-1.png differ diff --git a/articles/survex-usage_files/figure-html/unnamed-chunk-22-1.png b/articles/survex-usage_files/figure-html/unnamed-chunk-22-1.png index 9bd0f8b7..20a0a692 100644 Binary files a/articles/survex-usage_files/figure-html/unnamed-chunk-22-1.png and b/articles/survex-usage_files/figure-html/unnamed-chunk-22-1.png differ diff --git a/authors.html b/authors.html index d6abe557..a1f15709 100644 --- a/authors.html +++ b/authors.html @@ -25,7 +25,7 @@
part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
@@ -94,6 +94,10 @@

Authors

Hubert Baniecki. Author.

+
  • +

    Lorenz A. Kapsner. Contributor. +

    +
  • Przemyslaw Biecek. Author.

    diff --git a/index.html b/index.html index f8f01491..12485799 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@
    part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
    @@ -239,6 +239,7 @@

    Developers

  • Sophie Langbein
    Author
  • Hubert Baniecki
    Author
  • Przemyslaw Biecek
    Author
  • +
  • More about authors...
  • diff --git a/news/index.html b/news/index.html index a6f57c9b..ef88b1d4 100644 --- a/news/index.html +++ b/news/index.html @@ -25,7 +25,7 @@
    part of the DrWhy.AI developed by the MI².AI - 1.1.3.9000 + 1.2.0
    @@ -78,8 +78,12 @@

    Changelog

    - -
    + +
    @@ -120,8 +120,8 @@

    Details

    References

    -