NumericEnsembles
1.2Automatically Runs 18 Individual and 14 Ensembles of Models
Overview
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
- OK2026-06-0913 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- ERROR2026-06-0812 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
- OK2026-05-0213 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- ERROR2026-04-2511 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
- NOTE2026-03-1011 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- not tracked
- Documented parameters
- 84%
- Return-value docs
- 100%
- References docs
- 0%
Downloads
Repository
Stars over time
Releases over time
Issues over time
Repository practices
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.
Dependencies
Nothing depends on this yet.
Code & Tests
- 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
Call graph
Open call graph →Lowest coverage
Per-function coverage is not measured for this package yet.
Datasets
| Name | Class | Rows × Cols | Also ships in |
|---|---|---|---|
| Boston_housing | data.frame | 501 × 14 | – |
| Concrete | data.frame | 1,030 × 9 | – |
| Insurance | data.frame | 1,338 × 7 | in 2 packages |
| New_Boston | data.frame | 5 × 14 | – |
People & History
10 releases. Pick two to compare their code metrics. R releases are shown for context.
- 1.2Latest
- RR 4.6.0 released · 2026-04-24
- 1.0.52026-03-01 · diff ↗
- 1.0.32026-02-26 · diff ↗
- 1.0.02026-02-15 · diff ↗
- 0.10.32025-10-13 · diff ↗
- 0.10.12025-08-24 · diff ↗
- 0.9.02025-07-28 · diff ↗
- 0.8.02025-06-01 · diff ↗
- RR 4.5.0 released · 2025-04-11
- 0.7.02025-04-10 · diff ↗
- 0.5.02025-04-01
- RR 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