bdwilliamson / vimp

Perform inference on algorithm-agnostic variable importance
http://bdwilliamson.github.io/vimp/
Other
21 stars 8 forks source link

MAJOR UPDATE: version 1.0.0 #4

Closed bdwilliamson closed 6 years ago

bdwilliamson commented 6 years ago

This update makes major changes to functions in vimp. The purpose is to make the Python and R packages more closely aligned, and to make future additions of variable importance measures more streamlined. However, all prior users of vimp should make themselves familiar with the new functionality.

In particular, vim() no longer exists, and has been replaced with measure-specific functions. For example, the new function vimp_regression() calculates estimates of the ANOVA-based importance measure that used to be computed by vim().