Package: modelimportance 0.1.0

Minsu Kim

modelimportance: Measuring Contributions of Component Models to Ensemble Forecast Accuracy

Provides metrics for quantifying the contribution of individual component models to the predictive accuracy of ensemble forecasts. The package implements the Leave-One-Model-Out (LOMO) and Leave-All-Subset-of-One-Model-Out (LASOMO) model importance metrics, enabling users to assess the relative importance of component models and better understand the performance of ensemble forecasting systems. Methods are described in Kim et al. (2026) <doi:10.1016/j.ijforecast.2025.12.006>.

Authors:Minsu Kim [aut, cre, cph], Li Shandross [aut, ctb], Zhian Kamvar [ctb], Nicholas Reich [aut], Evan Ray [aut]

modelimportance_0.1.0.tar.gz
modelimportance_0.1.0.tar.gz(r-4.7-any)modelimportance_0.1.0.tar.gz(r-4.6-any)
modelimportance_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
modelimportance/json (API)

# Install 'modelimportance' in R:
install.packages('modelimportance', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mkim425/modelimportance/issues

Datasets:

On CRAN:

Conda:

3.00 score 7 scripts 1 exports 67 dependencies

Last updated from:fad92f5cc3. Checks:4 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK248
source / vignettesOK279
linux-release-x86_64OK254
wasm-releaseOK143

Exports:model_importance

Dependencies:askpassbackportscachemcheckmateclicodetoolscpp11curldata.tabledigestdistfromqdplyrevaluatefarverfastmapfsfurrrfuturegenericsggplot2gitcredsglobalsgluegtablehighrhttr2hubEnsembleshubEvalshubUtilsiniisobandjsonliteknitrlabelinglifecyclelistenvmagrittrMASSmatrixStatsmemoiseopensslparallellypillarpkgconfigpurrrR6RColorBrewerRcppRcppArmadillorlangS7scalesscoringRulesscoringutilsstringistringrsystibbletidyrtidyselectutf8vctrsviridisLitewithrxfunyamlzeallot

modelimportance: Evaluating model importance within a multi-model ensemble in R
Abstract | 1. Introduction | 2. Data | 2.1 Dependencies and related software | 2.2 Model output format | 2.3 Forecast data representation | 2.4 Oracle output data | 3. Method description and algorithms | 3.1 Comparison of weighting schemes in LASOMO | 4. Evaluating models with the model_importance() function | model_importance( ) | 5. S3 class and methods | 5.1 Print method | 5.2 Summary method | 5.3 Aggregate method | 6. Examples | 6.1 Example data | Evaluation using LOMO algorithm | Evaluation using LASOMO algorithm | 7. Computational complexity | 8. Implementation and availability | Summary and discussion | Acknowledgements | Appendix | Weights for subsets in LASOMO | References

Last update: 2026-07-16
Started: 2026-07-16

Simple working examples
Setup | Example data | Evaluation using LOMO algorithm | Evaluation using LASOMO algorithm | References

Last update: 2026-07-16
Started: 2026-07-16