diff --git a/articles/getting-started-with-cheem.html b/articles/getting-started-with-cheem.html index 8091604..a9a1ff5 100644 --- a/articles/getting-started-with-cheem.html +++ b/articles/getting-started-with-cheem.html @@ -75,7 +75,7 @@

Nicholas Spyrison

-

2023-11-07

+

2023-11-08

Source: vignettes/getting-started-with-cheem.Rmd
getting-started-with-cheem.Rmd
@@ -160,7 +160,6 @@

Preprocessing= clas, attr_df = ames_xgb_shap, pred = ames_xgb_pred, - basis_type = c("pca"), label = "Ames, xgb, shap") names(ames_chm) @@ -397,7 +396,6 @@

DALEX (& LM regression) - diff --git a/news/index.html b/news/index.html index 611fb34..20d11e3 100644 --- a/news/index.html +++ b/news/index.html @@ -58,6 +58,7 @@

cheem v0.4.0Shiny app text, plot dimensions, and text cleaned up.
  • Classification tour now uses a horizontal layout.
  • Cleaned up the text on the facet panels for global_tour() and radial_cheem_tour().
  • +
  • Removed support for the basis_type argument. support for alternative bases types is really an extension of the analysis.
  • Recreate the saved classification model, they fit too well to work as illustrations.
  • Set seed more consistently. All model and attribution shifted a bit, but will be more replicable going forward.
  • Minor documentation and code clean up and clarifications.
  • diff --git a/pkgdown.yml b/pkgdown.yml index e242630..7a205f0 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.7 pkgdown_sha: ~ articles: getting-started-with-cheem: getting-started-with-cheem.html -last_built: 2023-11-07T23:13Z +last_built: 2023-11-08T19:26Z diff --git a/reference/cheem_ls.html b/reference/cheem_ls.html index b876f74..00829f9 100644 --- a/reference/cheem_ls.html +++ b/reference/cheem_ls.html @@ -72,7 +72,6 @@

    Usage attr_df, pred = NULL, class = NULL, - basis_type = c("pca", "olda"), label = "label", verbose = getOption("verbose") ) @@ -102,12 +101,6 @@

    Argumentsclass).

    - -
    label

    Optionally provide a character label to store reminder text for the type of model and local explanation used. diff --git a/reference/global_view_df_1layer.html b/reference/global_view_df_1layer.html index a8d23c9..71ad923 100644 --- a/reference/global_view_df_1layer.html +++ b/reference/global_view_df_1layer.html @@ -60,12 +60,7 @@

    Usage

    -
    global_view_df_1layer(
    -  x,
    -  class = NULL,
    -  basis_type = c("pca", "olda"),
    -  label = "label"
    -)
    +
    global_view_df_1layer(x, class = NULL, label = "label")
    @@ -79,12 +74,6 @@

    Argumentsclass).

    - -
    label

    Optionally provide a character label to store reminder text for the type of model and local explanation used. diff --git a/reference/rnorm_from.html b/reference/rnorm_from.html index aa1c41b..6af5bb0 100644 --- a/reference/rnorm_from.html +++ b/reference/rnorm_from.html @@ -122,14 +122,14 @@

    Examplessub <- mtcars[mtcars$cyl == 6, ] ## Draw 3 new observations in the shape of 6 cylinder vehicles, with reduced variance. rnorm_from(data = sub, n_obs = 3, var_coeff = .5) -#> mpg cyl disp hp drat wt qsec vs -#> 1 19.78306 6.000001 177.8682 104.4534 3.270509 3.333161 19.11867 1.31563966 -#> 2 19.75139 6.000002 155.8263 117.0648 3.911951 3.103370 17.57296 0.84168517 -#> 3 20.10663 5.999998 141.3895 123.7779 5.580033 2.721980 15.81320 -0.04755403 +#> mpg cyl disp hp drat wt qsec vs +#> 1 19.88380 6.000002 158.1386 116.8094 2.810959 3.187406 18.09336 1.2173425 +#> 2 20.32516 6.000001 153.4934 118.2449 3.865130 2.917924 17.11592 0.6315653 +#> 3 18.44356 6.000001 145.8528 123.7805 3.853373 3.418231 17.78607 1.2031832 #> am gear carb -#> 1 -0.3156397 3.694493 2.899315 -#> 2 0.1583117 4.341102 4.812502 -#> 3 1.0475575 4.801690 6.956150 +#> 1 -0.2173411 4.257080 3.943761 +#> 2 0.3684342 4.426302 5.029821 +#> 3 -0.2031841 4.584125 5.241396