Skip to content

Releases: bdwilliamson/vimp

Harmonize with CRAN

03 Jun 18:08
Compare
Choose a tag to compare

Pass CRAN checks and harmonize with cvAUC, ROCR.

Improving power

27 May 00:01
Compare
Choose a tag to compare

Improve power by being smarter about sample-splitting (and when it needs to be done).

Enhanced estimation of cross-fitted AUC

02 Mar 03:47
Compare
Choose a tag to compare

Harmonize cross-fitted AUC estimation with cross-fitted deviance and R-squared estimation -- namely, that components of the estimator that don't involve regression (or machine learning) don't have to be estimated using cross-fitting (e.g., the variance of the outcome; or the probability that the outcome equals 1).

Allow IPW estimation in two-phase samples

27 Feb 00:40
Compare
Choose a tag to compare

Previously, only AIPW estimation was available for cases where the data arise from a two-phase sample; now IPW estimation is available as well.

Bugfixes

12 Jan 17:39
Compare
Choose a tag to compare
  • Update all tests to use glm rather than ranger or xgboost (improves package build and check speed and removes some dependencies)
  • Internal bugfixes (mostly for cross-fitted VIM estimation)
  • Update links and DOIs throughout vignettes and documentation

Use package `stats` versions of internal functions, bugfixes

02 Nov 21:39
Compare
Choose a tag to compare
  • Use stats::plogis and stats::qlogis for scale = "logistic"; this increases stability and R compatibility
  • Minor bugfixes (e.g., if different number of observations are in each of the sample-splitting folds for hypothesis testing, there is no longer an error)

Allow IPC weighting, CIs to be computed on non-identity scale

19 Oct 22:56
Compare
Choose a tag to compare

Update inverse probability weighting behavior

12 Oct 20:09
Compare
Choose a tag to compare
v2.1.1

change name of internal return variable for ipc weights in sp_vim

Add SPVIM

18 Jun 23:46
Compare
Choose a tag to compare

Add Shapley Population Variable Importance Measures (SPVIM) as an additional option for defining variable importance.

Clean up and pass CRAN checks

27 Apr 15:27
Compare
Choose a tag to compare

Remove some unnecessary functions (e.g., cv_vim_nodonsker -- this has been superseded by cv_vim) and clean up \examples to pass CRAN checks.