Capability
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →via “feature importance computation via gain, split, and cover metrics”
LightGBM Python-package
Unique: Three complementary importance metrics (gain, split, cover) computed directly from tree structure during training, enabling lightweight importance computation without additional inference passes
vs others: Faster than SHAP-based importance computation; more interpretable than permutation importance for tree-based models
via “feature-importance-extraction-and-analysis”
XGBoost Python Package
Unique: Supports three orthogonal importance metrics (gain, cover, frequency) extracted directly from compiled tree structure without re-training; enables efficient importance computation in O(n_trees) time with minimal memory overhead
vs others: Faster than SHAP for global feature importance because it doesn't require model re-evaluation; more granular than scikit-learn's feature_importances_ because it separates gain/cover/frequency metrics
Building an AI tool with “Feature Importance Computation Via Gain Split And Cover Metrics”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.