Files in NorskRegnesentral/shapr
Prediction Explanation with Dependence-Aware Shapley Values

.Rbuildignore
.Rprofile
.covrignore
.github/.gitignore
.github/CONTRIBUTING.md
.github/workflows/R-CMD-check.yaml
.github/workflows/lint-changed-files.yaml
.github/workflows/lint.yaml
.github/workflows/pkgdown.yaml
.github/workflows/pr-commands.yaml
.github/workflows/remove-old-artifacts.yml
.gitignore
.lintr
CODE_OF_CONDUCT.md
CRAN-RELEASE
CRAN-SUBMISSION
DESCRIPTION
LICENSE
LICENSE.md
NAMESPACE
NEWS.md R/RcppExports.R R/approach.R R/approach_categorical.R R/approach_copula.R R/approach_ctree.R R/approach_empirical.R R/approach_gaussian.R R/approach_independence.R R/approach_regression_separate.R R/approach_regression_surrogate.R R/approach_timeseries.R R/approach_vaeac.R R/approach_vaeac_torch_modules.R R/compute_vS.R R/documentation.R R/explain.R R/explain_forecast.R R/finalize_explanation.R R/get_predict_model.R R/model.R R/model_ar.R R/model_arima.R R/model_glm.R R/model_lm.R R/model_mgcv_gam.R R/model_ranger.R R/model_setup_R.R R/model_workflow.R R/model_xgboost.R R/plot.R R/print.R R/setup.R R/setup_computation.R R/shapr-package.R R/testthat-helpers.R R/timing.R R/utils.R R/zzz.R README.Rmd README.md
_pkgdown.yml
bashscript.sh
cran-comments.md
inst/REFERENCES.bib
inst/joss_paper/.gitignore
inst/joss_paper/apa.csl
inst/joss_paper/paper.Rmd
inst/joss_paper/paper.bib
inst/joss_paper/paper.md inst/joss_paper/paper.pdf
inst/model_objects/lm_model_object.rds
inst/model_objects/xgboost_model_object.rds
inst/model_objects/xgboost_model_object_cat.rds
inst/model_objects/xgboost_model_object_raw
inst/model_objects/xgboost_model_object_raw_cat
inst/scripts/Vaeac_compare_getitem_getbatch.R inst/scripts/analyze_bash_test_data.R
inst/scripts/bashscript_2023.sh
inst/scripts/bashscript_2023_tmp.sh
inst/scripts/check_model_workflow.R inst/scripts/compare_copula_in_R_and_C++.R inst/scripts/compare_gaussian_in_R_and_C++.R inst/scripts/compare_shap_python.R inst/scripts/compare_shap_python_new.R inst/scripts/create_lm_model_object.R inst/scripts/create_xgboost_model_object.R inst/scripts/devel/Rscript_test.R inst/scripts/devel/Rscript_test_shapr.R
inst/scripts/devel/bashscript_looping.sh
inst/scripts/devel/bashscript_looping2.sh
inst/scripts/devel/bashscript_looping_run.sh
inst/scripts/devel/compare_explain_batch.R inst/scripts/devel/compare_indep_implementations.R inst/scripts/devel/demonstrate_combined_approaches_bugs.R inst/scripts/devel/devel_non_exact_grouping.R inst/scripts/devel/devel_parallelization.R inst/scripts/devel/devel_tmp_new_batch.R inst/scripts/devel/explain_new.R inst/scripts/devel/inspect_sim_res.R
inst/scripts/devel/master_res.rds
inst/scripts/devel/master_res2.rds
inst/scripts/devel/memory_log_test_big.csv
inst/scripts/devel/same_seed_as_master.R inst/scripts/devel/testing_explain_forevast_n_comb.R inst/scripts/devel/testing_for_valid_defualt_n_batches.R inst/scripts/devel/testing_memory_monitoring.R inst/scripts/devel/testing_n_cobinations_equal_2_power_m.R inst/scripts/devel/testing_parallelization.R inst/scripts/devel/testing_verification_ar_model.R inst/scripts/devel/time_series_annabelle.R
inst/scripts/devel/timing_log_test_big.csv
inst/scripts/devel/verifying_arima_model_output.R inst/scripts/devel/visual_bug_in_Shapley_bar_plot.R inst/scripts/empirical_memory_testing2.R inst/scripts/example_annabelle.R inst/scripts/example_ctree_method.R inst/scripts/example_custom_model.R inst/scripts/example_plot_MSEv.R inst/scripts/example_plot_SV_several_approaches.R inst/scripts/example_plot_several_vaeacs_VLB_IWAE.R inst/scripts/explain_memory_testing.R
inst/scripts/memory_test_2023.csv
inst/scripts/problematic_plots_jens.R inst/scripts/readme_example.R
inst/scripts/shap_python_script.py
inst/scripts/testing_samling_ncombinations.R inst/scripts/time_series_annabelle.R inst/scripts/timing_script_2023.R
inst/scripts/timing_test_2023.csv
inst/scripts/vilde/Rplot.pdf inst/scripts/vilde/Rplot01.pdf inst/scripts/vilde/Rplot02.pdf inst/scripts/vilde/airquality_example.R inst/scripts/vilde/arrow_waterfall.pdf inst/scripts/vilde/bug_example.pdf inst/scripts/vilde/check_progress.R inst/scripts/vilde/sketch_for_waterfall_plot.R inst/scripts/vilde/waterfall_plot.R inst/scripts/vilde/waterfall_plot.pdf inst/scripts/vilde/waterfall_plot_featurename_fixed.pdf
logfile
logfile2
man/aicc_full_cpp.Rd man/aicc_full_single_cpp.Rd man/categorical_to_one_hot_layer.Rd man/check_groups.Rd man/compute_MSEv_eval_crit.Rd man/compute_shapley_new.Rd man/compute_vS.Rd man/correction_matrix_cpp.Rd man/create_ctree.Rd man/default_doc.Rd man/default_doc_explain.Rd man/explain.Rd man/explain_forecast.Rd man/explain_tripledot_docs.Rd man/feature_combinations.Rd man/feature_group.Rd man/feature_group_not_exact.Rd man/feature_matrix_cpp.Rd
man/figures/NR-logo_utvidet_r32g60b136_small.png
man/figures/README-basic_example-1.png
man/finalize_explanation.Rd man/gauss_cat_loss.Rd man/gauss_cat_parameters.Rd man/gauss_cat_sampler_most_likely.Rd man/gauss_cat_sampler_random.Rd man/gaussian_transform.Rd man/gaussian_transform_separate.Rd man/get_cov_mat.Rd man/get_data_forecast.Rd man/get_data_specs.Rd man/get_extra_parameters.Rd man/get_model_specs.Rd man/get_mu_vec.Rd man/get_predict_model.Rd man/get_supported_approaches.Rd man/get_supported_models.Rd man/hat_matrix_cpp.Rd man/inv_gaussian_transform_cpp.Rd man/lag_data.Rd man/mahalanobis_distance_cpp.Rd man/mcar_mask_generator.Rd man/memory_layer.Rd man/model_checker.Rd man/observation_impute.Rd man/observation_impute_cpp.Rd man/paired_sampler.Rd man/plot.shapr.Rd man/plot_MSEv_eval_crit.Rd man/plot_SV_several_approaches.Rd man/predict_model.Rd man/prepare_data.Rd man/prepare_data_copula_cpp.Rd man/prepare_data_gaussian_cpp.Rd man/process_factor_data.Rd man/quantile_type7_cpp.Rd man/reg_forecast_setup.Rd man/regression.check_namespaces.Rd man/regression.check_parameters.Rd man/regression.check_recipe_func.Rd man/regression.check_sur_n_comb.Rd man/regression.check_vfold_cv_para.Rd man/regression.cv_message.Rd man/regression.get_string_to_R.Rd man/regression.get_tune.Rd man/regression.get_y_hat.Rd man/regression.prep_message_batch.Rd man/regression.prep_message_comb.Rd man/regression.separate_time_mess.Rd man/regression.surrogate_aug_data.Rd man/regression.train_model.Rd man/release_questions.Rd man/rss_cpp.Rd man/sample_combinations.Rd man/sample_ctree.Rd man/setup.Rd man/setup_approach.Rd man/setup_computation.Rd man/shapley_weights.Rd man/shapr-package.Rd man/skip_connection.Rd man/specified_masks_mask_generator.Rd man/specified_prob_mask_generator.Rd man/test_predict_model.Rd man/vaeac.Rd man/vaeac_categorical_parse_params.Rd man/vaeac_check_activation_func.Rd man/vaeac_check_cuda.Rd man/vaeac_check_epoch_values.Rd man/vaeac_check_extra_named_list.Rd man/vaeac_check_logicals.Rd man/vaeac_check_mask_gen.Rd man/vaeac_check_masking_ratio.Rd man/vaeac_check_parameters.Rd man/vaeac_check_positive_integers.Rd man/vaeac_check_positive_numerics.Rd man/vaeac_check_probabilities.Rd man/vaeac_check_save_names.Rd man/vaeac_check_save_parameters.Rd man/vaeac_check_verbose.Rd man/vaeac_check_which_vaeac_model.Rd man/vaeac_check_x_colnames.Rd man/vaeac_compute_normalization.Rd man/vaeac_dataset.Rd man/vaeac_extend_batch.Rd man/vaeac_get_current_save_state.Rd man/vaeac_get_data_objects.Rd man/vaeac_get_evaluation_criteria.Rd man/vaeac_get_extra_para_default.Rd man/vaeac_get_full_state_list.Rd man/vaeac_get_mask_generator_name.Rd man/vaeac_get_model_from_checkp.Rd man/vaeac_get_n_decimals.Rd man/vaeac_get_optimizer.Rd man/vaeac_get_save_file_names.Rd man/vaeac_get_val_iwae.Rd man/vaeac_get_x_explain_extended.Rd man/vaeac_impute_missing_entries.Rd man/vaeac_kl_normal_normal.Rd man/vaeac_normal_parse_params.Rd man/vaeac_normalize_data.Rd man/vaeac_plot_eval_crit.Rd man/vaeac_plot_imputed_ggpairs.Rd man/vaeac_postprocess_data.Rd man/vaeac_prep_message_batch.Rd man/vaeac_preprocess_data.Rd man/vaeac_print_train_summary.Rd man/vaeac_save_state.Rd man/vaeac_train_model.Rd man/vaeac_train_model_auxiliary.Rd man/vaeac_train_model_continue.Rd man/vaeac_update_para_locations.Rd man/vaeac_update_pretrained_model.Rd man/weight_matrix.Rd man/weight_matrix_cpp.Rd
python/.gitignore
python/README.md
python/examples/keras_classifier.py
python/examples/pytorch_custom.py
python/examples/regression_paradigm.py
python/examples/sklearn_classifier.py
python/examples/sklearn_regressor.py
python/examples/xgboost_booster.py
python/examples/xgboost_regressor.py
python/install_r_packages.R
python/setup.py
python/shapr.code-workspace
python/shaprpy/__init__.py
python/shaprpy/datasets.py
python/shaprpy/explain.py
python/shaprpy/utils.py
rebuild_long_running_vignette.R
shapr.Rproj
shapr_timing.csv
src/.gitignore
src/AICc.cpp
src/Copula.cpp
src/Gaussian.cpp
src/Makevars
src/Makevars.win
src/RcppExports.cpp
src/distance.cpp
src/features.cpp
src/impute_data.cpp
src/weighted_matrix.cpp
tests/testthat.R
tests/testthat/_snaps/.gitignore
tests/testthat/_snaps/forecast-output.md
tests/testthat/_snaps/forecast-output/forecast_output_ar_numeric.rds
tests/testthat/_snaps/forecast-output/forecast_output_arima_numeric.rds
tests/testthat/_snaps/forecast-output/forecast_output_arima_numeric_no_lags.rds
tests/testthat/_snaps/forecast-output/forecast_output_arima_numeric_no_xreg.rds
tests/testthat/_snaps/forecast-output/forecast_output_forecast_ARIMA_group_numeric.rds
tests/testthat/_snaps/forecast-setup.md tests/testthat/_snaps/output.md
tests/testthat/_snaps/output/output_custom_lm_numeric_independence_1.rds
tests/testthat/_snaps/output/output_custom_lm_numeric_independence_2.rds
tests/testthat/_snaps/output/output_custom_xgboost_mixed_dummy_ctree.rds
tests/testthat/_snaps/output/output_lm_categorical_ctree.rds
tests/testthat/_snaps/output/output_lm_categorical_independence.rds
tests/testthat/_snaps/output/output_lm_categorical_method.rds
tests/testthat/_snaps/output/output_lm_categorical_vaeac.rds
tests/testthat/_snaps/output/output_lm_mixed_comb.rds
tests/testthat/_snaps/output/output_lm_mixed_ctree.rds
tests/testthat/_snaps/output/output_lm_mixed_independence.rds
tests/testthat/_snaps/output/output_lm_mixed_vaeac.rds
tests/testthat/_snaps/output/output_lm_numeric_comb1.rds
tests/testthat/_snaps/output/output_lm_numeric_comb2.rds
tests/testthat/_snaps/output/output_lm_numeric_comb3.rds
tests/testthat/_snaps/output/output_lm_numeric_copula.rds
tests/testthat/_snaps/output/output_lm_numeric_ctree.rds
tests/testthat/_snaps/output/output_lm_numeric_ctree_parallelized.rds
tests/testthat/_snaps/output/output_lm_numeric_empirical.rds
tests/testthat/_snaps/output/output_lm_numeric_empirical_AICc_each.rds
tests/testthat/_snaps/output/output_lm_numeric_empirical_AICc_full.rds
tests/testthat/_snaps/output/output_lm_numeric_empirical_independence.rds
tests/testthat/_snaps/output/output_lm_numeric_empirical_n_combinations.rds
tests/testthat/_snaps/output/output_lm_numeric_empirical_progress.rds
tests/testthat/_snaps/output/output_lm_numeric_gaussian.rds
tests/testthat/_snaps/output/output_lm_numeric_independence.rds
tests/testthat/_snaps/output/output_lm_numeric_independence_MSEv_Shapley_weights.rds
tests/testthat/_snaps/output/output_lm_numeric_independence_keep_samp_for_vS.rds
tests/testthat/_snaps/output/output_lm_numeric_independence_n_batches_10.rds
tests/testthat/_snaps/output/output_lm_numeric_interaction.rds
tests/testthat/_snaps/output/output_lm_numeric_vaeac.rds
tests/testthat/_snaps/output/output_lm_timeseries_method.rds
tests/testthat/_snaps/plot/bar-plot-default.svg
tests/testthat/_snaps/plot/bar-plot-digits-5.svg
tests/testthat/_snaps/plot/bar-plot-index-x-explain-1.svg
tests/testthat/_snaps/plot/bar-plot-new-colors.svg
tests/testthat/_snaps/plot/bar-plot-no-phi0.svg
tests/testthat/_snaps/plot/bar-plot-order-original.svg
tests/testthat/_snaps/plot/bar-plot-top-3-features.svg
tests/testthat/_snaps/plot/beeswarm-plot-default.svg
tests/testthat/_snaps/plot/beeswarm-plot-index-x-explain-1-2.svg
tests/testthat/_snaps/plot/beeswarm-plot-new-colors.svg
tests/testthat/_snaps/plot/msev-bar-50-ci.svg
tests/testthat/_snaps/plot/msev-bar-with-ci-different-width.svg
tests/testthat/_snaps/plot/msev-bar-without-ci.svg
tests/testthat/_snaps/plot/msev-bar.svg
tests/testthat/_snaps/plot/msev-combination-bar-specified-width.svg
tests/testthat/_snaps/plot/msev-combination-bar.svg
tests/testthat/_snaps/plot/msev-combination-line-point.svg
tests/testthat/_snaps/plot/msev-combinations-for-specified-combinations.svg
tests/testthat/_snaps/plot/msev-explicand-bar-specified-width.svg
tests/testthat/_snaps/plot/msev-explicand-bar.svg
tests/testthat/_snaps/plot/msev-explicand-for-specified-observations.svg
tests/testthat/_snaps/plot/msev-explicand-line-point.svg
tests/testthat/_snaps/plot/plot-sv-several-approaches-default.svg
tests/testthat/_snaps/plot/plot-sv-several-div-input-1.svg
tests/testthat/_snaps/plot/plot-sv-several-div-input-2.svg
tests/testthat/_snaps/plot/plot-sv-several-div-input-3.svg
tests/testthat/_snaps/plot/scatter-plot-default.svg
tests/testthat/_snaps/plot/scatter-plot-index-x-explain-1-2.svg
tests/testthat/_snaps/plot/scatter-plot-new-color.svg
tests/testthat/_snaps/plot/scatter-plot-no-hist.svg
tests/testthat/_snaps/plot/scatter-plot-one-feature.svg
tests/testthat/_snaps/plot/waterfall-plot-default.svg
tests/testthat/_snaps/plot/waterfall-plot-digits-5.svg
tests/testthat/_snaps/plot/waterfall-plot-index-x-explain-1.svg
tests/testthat/_snaps/plot/waterfall-plot-new-colors.svg
tests/testthat/_snaps/plot/waterfall-plot-top-3-features.svg
tests/testthat/_snaps/regression-output.md
tests/testthat/_snaps/regression-output/output_lm_categorical_lm_separate.rds
tests/testthat/_snaps/regression-output/output_lm_categorical_lm_surrogate.rds
tests/testthat/_snaps/regression-output/output_lm_mixed_decision_tree_cv_separate.rds
tests/testthat/_snaps/regression-output/output_lm_mixed_decision_tree_cv_separate_parallel.rds
tests/testthat/_snaps/regression-output/output_lm_mixed_decision_tree_cv_surrogate.rds
tests/testthat/_snaps/regression-output/output_lm_mixed_lm_separate.rds
tests/testthat/_snaps/regression-output/output_lm_mixed_lm_surrogate.rds
tests/testthat/_snaps/regression-output/output_lm_mixed_splines_separate.rds
tests/testthat/_snaps/regression-output/output_lm_mixed_xgboost_separate.rds
tests/testthat/_snaps/regression-output/output_lm_mixed_xgboost_surrogate.rds
tests/testthat/_snaps/regression-output/output_lm_numeric_lm_separate.rds
tests/testthat/_snaps/regression-output/output_lm_numeric_lm_separate_n_comb.rds
tests/testthat/_snaps/regression-output/output_lm_numeric_lm_surrogate.rds
tests/testthat/_snaps/regression-output/output_lm_numeric_lm_surrogate_n_comb.rds
tests/testthat/_snaps/regression-output/output_lm_numeric_lm_surrogate_reg_surr_n_comb.rds
tests/testthat/_snaps/regression-setup.md tests/testthat/_snaps/setup.md tests/testthat/helper-ar-arima.R tests/testthat/helper-lm.R tests/testthat/helper-ts.R tests/testthat/test-bugfixes.R tests/testthat/test-forecast-output.R tests/testthat/test-forecast-setup.R tests/testthat/test-output.R tests/testthat/test-plot.R tests/testthat/test-regression-output.R tests/testthat/test-regression-setup.R tests/testthat/test-setup.R
vignettes/.gitignore
vignettes/cache_main/__packages
vignettes/figure_main/unnamed-chunk-12-1.png
vignettes/figure_main/unnamed-chunk-12-2.png
vignettes/figure_main/unnamed-chunk-12-3.png
vignettes/figure_main/unnamed-chunk-13-1.png
vignettes/figure_main/unnamed-chunk-13-2.png
vignettes/figure_main/unnamed-chunk-14-1.png
vignettes/figure_main/unnamed-chunk-2-1.png
vignettes/figure_main/unnamed-chunk-20-1.png
vignettes/figure_main/unnamed-chunk-22-1.png
vignettes/figure_main/unnamed-chunk-23-1.png
vignettes/figure_main/unnamed-chunk-23-2.png
vignettes/figure_main/unnamed-chunk-3-1.png
vignettes/figure_main/unnamed-chunk-4-1.png
vignettes/figure_main/unnamed-chunk-5-1.png
vignettes/figure_main/unnamed-chunk-6-1.png
vignettes/figure_main/unnamed-chunk-73-1.png
vignettes/figure_main/unnamed-chunk-74-1.png
vignettes/figure_main/unnamed-chunk-75-1.png
vignettes/figure_main/unnamed-chunk-76-1.png
vignettes/figure_main/unnamed-chunk-77-1.png
vignettes/figure_main/unnamed-chunk-83-1.png
vignettes/figure_main/unnamed-chunk-83-2.png
vignettes/figure_main/unnamed-chunk-83-3.png
vignettes/figure_main/unnamed-chunk-84-1.png
vignettes/figure_main/unnamed-chunk-84-2.png
vignettes/figure_main/unnamed-chunk-85-1.png
vignettes/figure_main/unnamed-chunk-91-1.png
vignettes/figure_main/unnamed-chunk-93-1.png
vignettes/figure_main/unnamed-chunk-94-1.png
vignettes/figure_main/unnamed-chunk-94-2.png
vignettes/figure_main/vaeac-plot-1-1.png
vignettes/figure_main/vaeac-plot-2-1.png
vignettes/figure_main/vaeac-plot-3-1.png
vignettes/figure_regression/MSEv-sum-1.png
vignettes/figure_regression/MSEv-sum-2-1.png
vignettes/figure_regression/SV-sum-1.png
vignettes/figure_regression/SV-sum-2-1.png
vignettes/figure_regression/SV-sum-2.png
vignettes/figure_regression/SV-sum-3.png
vignettes/figure_regression/decision-tree-plot-1.png
vignettes/figure_regression/dt-cv-plot-1.png
vignettes/figure_regression/lm-emp-msev-1.png
vignettes/figure_regression/mixed-plot-1.png
vignettes/figure_regression/mixed-plot-2-1.png
vignettes/figure_regression/mixed-plot-3-1.png
vignettes/figure_regression/mixed-plot-4-1.png
vignettes/figure_regression/ppr-plot-1.png
vignettes/figure_regression/preproc-plot-1.png
vignettes/figure_regression/surrogate-plot-1.png
vignettes/figure_vaeac/check-n_combinations-and-more-batches-1.png
vignettes/figure_vaeac/continue-training-1.png
vignettes/figure_vaeac/continue-training-2-1.png
vignettes/figure_vaeac/continue-training-2-2.png
vignettes/figure_vaeac/continue-training-2.png
vignettes/figure_vaeac/continue-training-3.png
vignettes/figure_vaeac/continue-training-4.png
vignettes/figure_vaeac/continue-training-5.png
vignettes/figure_vaeac/continue-training-6.png
vignettes/figure_vaeac/continue-training-7.png
vignettes/figure_vaeac/early-stopping-1-1.png
vignettes/figure_vaeac/early-stopping-2-1.png
vignettes/figure_vaeac/early-stopping-3-1.png
vignettes/figure_vaeac/early-stopping-3-2.png
vignettes/figure_vaeac/first-vaeac-plots-1.png
vignettes/figure_vaeac/paired-sampling-plotting-1.png
vignettes/figure_vaeac/paired-sampling-plotting-2.png
vignettes/figure_vaeac/unnamed-chunk-2-1.png
vignettes/figure_vaeac/unnamed-chunk-2-2.png
vignettes/figure_vaeac/unnamed-chunk-2-3.png
vignettes/figure_vaeac/vaeac-cpu-gpu-1-1.png
vignettes/figure_vaeac/vaeac-cpu-gpu-2-1.png
vignettes/figure_vaeac/vaeac-cpu-gpu-3-1.png
vignettes/figure_vaeac/vaeac-grouping-of-features-1.png
vignettes/figure_vaeac/vaeac-mixed-data-1.png
vignettes/figure_vaeac/vaeac-mixed-data-2.png
vignettes/figure_vaeac/vaeac-mixed-data-3.png
vignettes/understanding_shapr.Rmd
vignettes/understanding_shapr.Rmd.orig
vignettes/understanding_shapr_regression.Rmd
vignettes/understanding_shapr_regression.Rmd.orig
vignettes/understanding_shapr_vaeac.Rmd
vignettes/understanding_shapr_vaeac.Rmd.orig
NorskRegnesentral/shapr documentation built on April 19, 2024, 1:19 p.m.