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.zip(r-4.7)blockwise_0.1.2.zip(r-4.6)blockwise_0.1.2.zip(r-4.5)
blockwise_0.1.2.tgz(r-4.6-any)blockwise_0.1.2.tgz(r-4.5-any)
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✨
DESCRIPTION |NEWS
card.svg |card.png
blockwise/json (API)
| # Install 'blockwise' in R: |
| install.packages('blockwise', repos = c('https://karanalytics.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/karanalytics/blockwise/issues
Last updated from:316b011c7d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 135 | ||
| source / vignettes | OK | 227 | ||
| linux-release-x86_64 | OK | 203 | ||
| macos-release-arm64 | OK | 153 | ||
| macos-oldrel-arm64 | OK | 204 | ||
| windows-devel | OK | 87 | ||
| windows-release | OK | 87 | ||
| windows-oldrel | OK | 91 | ||
| wasm-release | OK | 174 |
Exports:brmchoose_num_blockslearnerlearner_gbmlearner_glm_binomiallearner_lmlearner_rangerlearner_rpartsimulate_blockwise_missing
Dependencies:abindbackportsbbotkbootbroomcarcarDatacheckmateclassclicodetoolscolorspacecowplotcpp11data.tableDEoptimRDerivdigestdoBydplyre1071evaluatefarverforecastFormulafracdifffuturefuture.applygenericsggplot2globalsgluegtableisobandjsonlitelabelinglaekenlatticelgrlifecyclelistenvlme4lmtestmagrittrMASSMatrixMatrixModelsmatrixStatsmgcvmicrobenchmarkminqamiraimlbenchmlr3mlr3learnersmlr3measuresmlr3miscmlr3pipelinesmlr3tuningmodelrmoocorenanonextnlmenloptrnnetnumDerivpalmerpenguinsparadoxparallellypbkrtestpillarpkgconfigproxyPRROCpurrrquantregR6rangerrbibutilsRColorBrewerRcppRcppArmadilloRcppEigenRdpackreformulasrlangrobustbaseS7scalesspSparseMstringistringrsurvivaltibbletidyrtidyselecttimeDateurcautf8uuidvcdvctrsVIMviridisLitewithrxgboostzoo
Last update: 2026-06-24
Started: 2026-06-24
Last update: 2026-06-24
Started: 2026-06-24
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 |
