Skip to content

NumericEnsembles

1.2

Automatically Runs 18 Individual and 14 Ensembles of Models

0packages depend
4.5Kdownloads / year
test coverage
13/13checks pass

Overview

About
Maintained by Russ ConteFirst published 2025-04-0110 releasesCRAN page ↗GitHub ↗

Automatically runs 18 individual models and 14 ensembles on numeric data, for a total of 32 models. The package automatically returns complete results on all 32 models, 25 charts and six tables. The user simply provides the tidy data, and answers a few questions (for example, how many times would you like to resample the data). From there the package randomly splits the data into train, test and validation sets as the user requests (for example, train = 0.60, test = 0.20, validation = 0.20), fits each of models on the training data, makes predictions on the test and validation sets, measures root mean squared error (RMSE), removes features above a user-set level of Variance Inflation Factor, and has several optional features including scaling all numeric data, four different ways to handle strings in the data. Perhaps the most significant feature is the package's ability to make predictions using the 32 pre trained models on totally new (untrained) data if the user selects that feature. This feature alone represents a very effective solution to the issue of reproducibility of models in data science. The package can also randomly resample the data as many times as the user sets, thus giving more accurate results than a single run. The graphs provide many results that are not typically found. For example, the package automatically calculates the Kolmogorov-Smirnov test for each of the 32 models and plots a bar chart of the results, a bias bar chart of each of the 32 models, as well as several plots for exploratory data analysis (automatic histograms of the numeric data, automatic histograms of the numeric data). The package also automatically creates a summary report that can be both sorted and searched for each of the 32 models, including RMSE, bias, train RMSE, test RMSE, validation RMSE, overfitting and duration. The best results on the holdout data typically beat the best results in data science competitions and published results for the same data set.

Install

Health

CRAN checks
13OK
Slowest check: 5.7 min · r-oldrel-windows-x86_64
Code health
None
Tests · ratio 0.00
not tracked
Coverage
100%
Documentation · exports
38
Dependencies · direct
Check history
  • OK2026-06-09
    13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
  • ERROR2026-06-08
    12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
  • OK2026-05-02
    13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
  • ERROR2026-04-25
    11 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
  • NOTE2026-03-10
    11 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE

Documentation

Documentation
READMEYes · 758 wordsVignettesYes · dynamicpkgdown siteNoNEWSYes · 67% structuredCode of conductNoContributing guideNo
Examples that run
not tracked
Documented parameters
84%
Return-value docs
100%
References docs
0%

Downloads

4.5K
CRAN downloads in the past year
Rank #7,426 · ~12/day · ~376/mo
Daily download trend is not available in this view yet.
34030 days
1.4K90 days
4.5K1 year
Compare downloads with other packages →
Also on159 r2u12 autocran

Repository

Repository
2Stars
0Forks
12Open issues
0Open PRs
3Releases
293Commits
1Contributors
293 commits · Last activity 2026-06-28 · 0% stars, 30d

Stars over time

2025-11-13 · 12026-07-07 · 2

Repository practices

Upstream repositoryBeta

3 development-tooling and community-health practices detected across 3 families in the upstream repository

Checks run against github.com/infinitecuriosity/numericensembles on 2026-07-19.

CRAN release process (1)
cran-comments.md
Docs source (1)
README.Rmd
Lint, format, editor (1)
RStudio project
How this is detected·Detection ruleset v1 (2026-07-18)

Dependencies

Declared dependencies
34 external dependencies (excludes base and recommended)
Imports (0)
none
LinkingTo (0)
none
Enhances (0)
none
Reverse dependencies
0direct
0indirect

Nothing depends on this yet.

Code & Tests

Code Composition
R 7,866 (88%)Vignettes 865 (10%)Rd 210 (2%)
Code characteristics
Cyclomatic complexity
962.0 median / 962 max

Test coverage

Line coverage

Expression

Tests / Examples

Functions

1 1 exported

Complexity

962 avg / 962 max

Call network

1 nodes / 0 edges

Loading call graph…

Lowest coverage

Per-function coverage is not measured for this package yet.

Datasets

Bundled datasets · 4
NameClassRows × ColsAlso ships in
Boston_housingdata.frame501 × 14
Concretedata.frame1,030 × 9
Insurancedata.frame1,338 × 7in 2 packages
New_Bostondata.frame5 × 14

People & History

People (1)
Maintainer (1)
Author, Maintainer, Copyright holder
Authors (1)
Author, Maintainer, Copyright holder
Copyright holders (1)
Author, Maintainer, Copyright holder
Package Timeline

10 releases. Pick two to compare their code metrics. R releases are shown for context.

  • 1.2Latest
    2026-04-29 · current release · diff ↗
  • R
    R 4.6.0 released · 2026-04-24
  • 1.0.5
    2026-03-01 · diff ↗
  • 1.0.3
    2026-02-26 · diff ↗
  • 1.0.0
    2026-02-15 · diff ↗
  • 0.10.3
    2025-10-13 · diff ↗
  • 0.10.1
    2025-08-24 · diff ↗
  • 0.9.0
    2025-07-28 · diff ↗
  • 0.8.0
    2025-06-01 · diff ↗
  • R
    R 4.5.0 released · 2025-04-11
  • 0.7.0
    2025-04-10 · diff ↗
  • 0.5.0
    2025-04-01
  • R
    R 4.4.0 released · 2024-04-24

Package metadata

First published
2025-04-01
Total releases
10 / 1 yrs
License
MIT + file LICENSE OSI
Minimum R
≥ 4.1.0
Bundled data
41 KB / 4 files
Download size
1.6 MB
Installed size
not tracked yet
With dependencies
not tracked yet
Report a problem with this page →