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().
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().