tl_plot_importance_comparison: Plot feature importance across multiple models
Description
Plot feature importance across multiple models
Usage
tl_plot_importance_comparison(..., top_n = 10, names = NULL)
Value
A ggplot object with feature importance comparison
Arguments
- ...
tidylearn model objects to compare
- top_n
Number of top features to display (default: 10)
- names
Optional character vector of model names