Skip to content

Releases: bdwilliamson/vimp

Arbitrary predictiveness measures

09 Apr 17:48
Compare
Choose a tag to compare

This release allows you to define variable importance with respect to several different predictiveness measures: difference in classification accuracy, difference in AUC, and difference in deviance, in addition to difference in R-squared (this was previously the only way to measure variable importance supported by this package). Additionally, we now provide p-values for null hypothesis testing, and provide an updated interface for doing variable importance estimation (and cross-fitted variable importance estimation).

Fix CRAN errors

26 Aug 23:51
Compare
Choose a tag to compare
v1.1.6

add check environments

v1.1.5

12 Aug 16:53
Compare
Choose a tag to compare

Fix dependency on SL.gam; update tests to cover more paths through code.

v1.1.4

11 Oct 17:46
Compare
Choose a tag to compare

Bugfixes and performance updates for binary outcomes.

v1.1.3.2

02 Oct 19:02
Compare
Choose a tag to compare

More small bugfixes; matches up to CRAN release 1.1.3

v1.1.3.1

02 Oct 16:17
Compare
Choose a tag to compare

Small bugfix to 1.1.3, matches up code to CRAN release.

v1.1.2

19 Sep 21:01
Compare
Choose a tag to compare

First GitHub stable release. Incorporates functions for variable importance and cross-validated variable importance.