Included are methods to
- Calculate the overall feature importance, using
calculate_overall_feature_importance
- Calculate the importance of a feature at a bifurcation point, using
calculate_milestone_feature_importance
The plotting of the top features is nicely intergrated into dynplot
Check out news(package = "dynwrap")
or NEWS.md for a full
list of changes.
- MINOR CHANGE: Fixes to the description.
Initial release of dynfeature on CRAN.
-
MINOR CHANGE: Use only one core by default.
-
MINOR CHANGE: Support sparse matrices.
-
DOCUMENTATION: Add examples and returns.