Package: blockwise 0.1.2
blockwise: Reduced Modeling for Tabular Data with Blockwise Missingness
Supervised learning on tabular data with blockwise missing patterns, using the Blockwise Reduced Modeling (BRM) method of Srinivasan, Currim, and Ram (2025) <doi:10.1287/ijds.2022.9016>. BRM partitions the training data into overlapping subsets based on per-row feature-missing patterns, fits one user-supplied learner per subset with minimal imputation, and at prediction time routes each test instance to the best-matching subset model. The interface is learner-agnostic: any fit-and-predict pair can be plugged in, and convenience specifications are provided for linear models, tree models, random forests, and gradient boosting.
Authors:
blockwise_0.1.2.tar.gz
blockwise_0.1.2.tar.gz(r-4.7-any)blockwise_0.1.2.tar.gz(r-4.6-any)
blockwise_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
blockwise/json (API)
NEWS
| # Install 'blockwise' in R: |
| install.packages('blockwise', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/karanalytics/blockwise/issues
Last updated from:316b011c7d. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 152 | ||
| source / vignettes | OK | 248 | ||
| linux-release-x86_64 | OK | 154 | ||
| wasm-release | OK | 168 |
Exports:brmchoose_num_blockslearnerlearner_gbmlearner_glm_binomiallearner_lmlearner_rangerlearner_rpartsimulate_blockwise_missing
Dependencies:abindbackportsbbotkbootbroomcarcarDatacheckmateclassclicodetoolscolorspacecowplotcpp11data.tableDEoptimRDerivdigestdoBydplyre1071evaluatefarverforecastFormulafracdifffuturefuture.applygenericsggplot2globalsgluegtableisobandjsonlitelabelinglaekenlatticelgrlifecyclelistenvlme4lmtestmagrittrMASSMatrixMatrixModelsmatrixStatsmgcvmicrobenchmarkminqamiraimlbenchmlr3mlr3learnersmlr3measuresmlr3miscmlr3pipelinesmlr3tuningmodelrmoocorenanonextnlmenloptrnnetnumDerivpalmerpenguinsparadoxparallellypbkrtestpillarpkgconfigproxyPRROCpurrrquantregR6rangerrbibutilsRColorBrewerRcppRcppArmadilloRcppEigenRdpackreformulasrlangrobustbaseS7scalesspSparseMstringistringrsurvivaltibbletidyrtidyselecttimeDateurcautf8uuidvcdvctrsVIMviridisLitewithrxgboostzoo
BRM on the adult dataset (binary classification)
Rendered fromadult.Rmdusingknitr::rmarkdownon Jun 24 2026.Last update: 2026-06-24
Started: 2026-06-24
BRM on the bike dataset (regression)
Rendered frombike.Rmdusingknitr::rmarkdownon Jun 24 2026.Last update: 2026-06-24
Started: 2026-06-24
BRM on the house dataset (regression)
Rendered fromhouse.Rmdusingknitr::rmarkdownon Jun 24 2026.Last update: 2026-06-24
Started: 2026-06-24
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| UCI Adult income classification dataset | adult |
| Capital Bikeshare hourly demand data | bike |
| Fit a Blockwise Reduced Modeling (BRM) ensemble | brm |
| Estimate the number of blocks via the elbow heuristic | choose_num_blocks |
| King County, WA house sales | house |
| Learner specification for BRM | learner learner_gbm learner_glm_binomial learner_lm learner_ranger learner_rpart |
| Predict from a fitted BRM ensemble | predict.brm |
| Simulate a blockwise missing pattern on otherwise complete data | simulate_blockwise_missing |
