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

Nicholas Spyrison

-

2023-11-03

+

2023-11-07

Source: vignettes/getting-started-with-cheem.Rmd
getting-started-with-cheem.Rmd
diff --git a/pkgdown.yml b/pkgdown.yml index 554105f..e242630 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-03T19:45Z +last_built: 2023-11-07T23:13Z diff --git a/reference/amesHousing2018.html b/reference/amesHousing2018.html index 78c97b4..36e04dd 100644 --- a/reference/amesHousing2018.html +++ b/reference/amesHousing2018.html @@ -205,7 +205,7 @@

Examples ## Save for use with shiny app (expects an rds file) if(FALSE){ ## Don't accidentally save. - saveRDS(ames_rf_chm, "./NAmes_rf_tshap.rds") + saveRDS(ames_rf_chm, "./chm_NAmes_rf_tshap.rds") run_app() ## Select the saved rds file from the data drop down. } diff --git a/reference/ames_rf_pred.html b/reference/ames_rf_pred.html index 338c1aa..c470ef8 100644 --- a/reference/ames_rf_pred.html +++ b/reference/ames_rf_pred.html @@ -134,7 +134,7 @@

Examples ## Save for use with shiny app (expects an rds file) if(FALSE){ ## Don't accidentally save. - saveRDS(ames_chm, "./ames_rf_tshap.rds") + saveRDS(ames_chm, "./chm_ames_rf_tshap.rds") run_app() ## Select the saved rds file from the data dropdown. } diff --git a/reference/cheem_ls.html b/reference/cheem_ls.html index 091e8b3..b876f74 100644 --- a/reference/cheem_ls.html +++ b/reference/cheem_ls.html @@ -154,7 +154,7 @@

Examples ## Save for use with shiny app (expects an rds file) if(FALSE){ ## Don't accidentally save. - saveRDS(peng_chm, "./peng_xgb_shapviz.rds") + saveRDS(peng_chm, "./chm_peng_xgb_shapviz.rds") run_app() ## Select the saved rds file from the data dropdown. } @@ -163,8 +163,8 @@

Examples prim <- 1 comp <- 2 global_view(peng_chm, primary_obs = prim, comparison_obs = comp) - bas <- sug_basis(peng_xgb_shap, prim, comp) - mv <- sug_manip_var(peng_xgb_shap, primary_obs = prim, comp) + bas <- sug_basis(penguin_xgb_shap, prim, comp) + mv <- sug_manip_var(penguin_xgb_shap, primary_obs = prim, comp) ggt <- radial_cheem_tour(peng_chm, basis = bas, manip_var = mv) animate_plotly(ggt) } @@ -191,7 +191,7 @@

Examples ## Save for use with shiny app (expects an rds file) if(FALSE){ ## Don't accidentally save. - saveRDS(ames_rf_chm, "./NAmes_rf_tshap.rds") + saveRDS(ames_rf_chm, "./chm_NAmes_rf_tshap.rds") run_app() ## Select the saved rds file from the data drop down. } diff --git a/reference/chocolates.html b/reference/chocolates.html index 493a9c9..2df3ae1 100644 --- a/reference/chocolates.html +++ b/reference/chocolates.html @@ -122,7 +122,7 @@

Examples ## Save for use with shiny app (expects an rds file) if(FALSE){ ## Don't accidentally save. - saveRDS(choc_chm, "./chocolates_svm_shap.rds") + saveRDS(choc_chm, "./chm_chocolates_svm_shap.rds") run_app() ## Select the saved rds file from the data dropdown. } @@ -131,8 +131,8 @@

Examples prim <- 1 comp <- 2 global_view(peng_chm, primary_obs = prim, comparison_obs = comp) - bas <- sug_basis(peng_xgb_shap, prim, comp) - mv <- sug_manip_var(peng_xgb_shap, primary_obs = prim, comp) + bas <- sug_basis(penguin_xgb_shap, prim, comp) + mv <- sug_manip_var(penguin_xgb_shap, primary_obs = prim, comp) ggt <- radial_cheem_tour(peng_chm, basis = bas, manip_var = mv) animate_plotly(ggt) } diff --git a/reference/chocolates_svm_pred.html b/reference/chocolates_svm_pred.html index dc5ec8d..bf8078f 100644 --- a/reference/chocolates_svm_pred.html +++ b/reference/chocolates_svm_pred.html @@ -144,7 +144,7 @@

Examples ## Save for use with shiny app (expects an rds file) if(FALSE){ ## Don't accidentally save. - saveRDS(choc_chm, "./chocolates_svm_shap.rds") + saveRDS(choc_chm, "./cmh_chocolates_svm_shap.rds") run_app() ## Select the saved rds file from the data dropdown. } diff --git a/reference/penguin_xgb_pred.html b/reference/penguin_xgb_pred.html index 5d79b20..29e936d 100644 --- a/reference/penguin_xgb_pred.html +++ b/reference/penguin_xgb_pred.html @@ -125,7 +125,7 @@

Examples ## Save for use with shiny app (expects an rds file) if(FALSE){ ## Don't accidentally save. - saveRDS(peng_chm, "./peng_xgb_shapviz.rds") + saveRDS(peng_chm, "./chm_peng_xgb_shapviz.rds") run_app() ## Select the saved rds file from the data dropdown. } @@ -134,8 +134,8 @@

Examples prim <- 1 comp <- 2 global_view(peng_chm, primary_obs = prim, comparison_obs = comp) - bas <- sug_basis(peng_xgb_shap, prim, comp) - mv <- sug_manip_var(peng_xgb_shap, primary_obs = prim, comp) + bas <- sug_basis(penguin_xgb_shap, prim, comp) + mv <- sug_manip_var(penguin_xgb_shap, primary_obs = prim, comp) ggt <- radial_cheem_tour(peng_chm, basis = bas, manip_var = mv) animate_plotly(ggt) } diff --git a/reference/rnorm_from.html b/reference/rnorm_from.html index 86deaab..aa1c41b 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 21.22757 5.999999 147.5538 119.1998 5.868312 2.410185 15.39041 -0.4703832 -#> 2 19.34170 6.000004 160.6536 114.2075 4.043586 3.252004 18.04372 0.9930400 -#> 3 19.45636 6.000002 172.8233 107.3842 3.518634 3.366160 18.91143 1.2821360 -#> am gear carb -#> 1 1.470378807 4.666775 6.908360 -#> 2 0.006962501 4.191131 4.508865 -#> 3 -0.282139383 3.833952 3.354177 +#> 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 +#> am gear carb +#> 1 -0.3156397 3.694493 2.899315 +#> 2 0.1583117 4.341102 4.812502 +#> 3 1.0475575 4.801690 6.956150