The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
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.
| Version: | 0.1.2 |
| Depends: | R (≥ 3.6.0) |
| Imports: | stats, VIM, withr |
| Suggests: | testthat (≥ 3.0.0), knitr, rmarkdown, rpart, ranger, gbm, ggplot2 |
| Published: | 2026-06-24 |
| DOI: | 10.32614/CRAN.package.blockwise (may not be active yet) |
| Author: | Karthik Srinivasan
|
| Maintainer: | Karthik Srinivasan <karthiks at ku.edu> |
| BugReports: | https://github.com/KarAnalytics/blockwise/issues |
| License: | GPL-3 |
| URL: | https://github.com/KarAnalytics/blockwise |
| NeedsCompilation: | no |
| Language: | en-US |
| Citation: | blockwise citation info |
| Materials: | NEWS |
| CRAN checks: | blockwise results |
| Reference manual: | blockwise.html , blockwise.pdf |
| Vignettes: |
BRM on the adult dataset (binary classification) (source, R code) BRM on the bike dataset (regression) (source, R code) BRM on the house dataset (regression) (source, R code) |
| Package source: | blockwise_0.1.2.tar.gz |
| Windows binaries: | r-devel: not available, r-release: blockwise_0.1.2.zip, r-oldrel: not available |
| macOS binaries: | r-release (arm64): blockwise_0.1.2.tgz, r-oldrel (arm64): blockwise_0.1.2.tgz, r-release (x86_64): blockwise_0.1.2.tgz, r-oldrel (x86_64): blockwise_0.1.2.tgz |
Please use the canonical form https://CRAN.R-project.org/package=blockwise to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.