Package: randomForestSGT 1.0.0
randomForestSGT: Random Forest Super Greedy Trees
Implements random forest Super Greedy Trees (SGTs) for regression. SGTs extend classification and regression tree splitting by fitting lasso-penalized local parametric models at tree nodes, producing sparse univariate and multivariate geometric cuts such as axis-aligned splits, hyperplanes, ellipsoids, hyperboloids, and interaction-based cuts. Trees are grown best-split-first by selecting cuts that reduce empirical risk, and ensembles provide out-of-bag error estimation, prediction on new data, variable filtering, tuning of the hcut complexity parameter, coordinate-descent lasso fitting, variable importance, and local coefficient summaries. For the underlying method, see Ishwaran (2026) <doi:10.1007/s10462-026-11541-6>.
Authors:
randomForestSGT_1.0.0.tar.gz
randomForestSGT_1.0.0.tar.gz(r-4.7-arm64)randomForestSGT_1.0.0.tar.gz(r-4.7-x86_64)randomForestSGT_1.0.0.tar.gz(r-4.6-arm64)randomForestSGT_1.0.0.tar.gz(r-4.6-x86_64)
randomForestSGT_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
randomForestSGT/json (API)
NEWS
| # Install 'randomForestSGT' in R: |
| install.packages('randomForestSGT', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/kogalur/randomforestsgt/issues
Last updated from:88e4c8b2c8. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 154 | ||
| linux-devel-x86_64 | OK | 160 | ||
| source / vignettes | OK | 219 | ||
| linux-release-arm64 | OK | 240 | ||
| linux-release-x86_64 | OK | 131 | ||
| wasm-release | OK | 286 |
Exports:cdlassocdlasso.rfsgtfilter.custom.rfsgtfilter.rfsgtget.betamake.baselearnerpredict.rfsgtprint.rfsgtprint.vimp.rfsgtrfsgtrfsgt.newstune.hcutuse.tune.hcutvimp.rfsgt
Dependencies:BARTbase64encbitbit64bslibcachemclicliprcodetoolscpp11crayondata.treeDiagrammeRdigestdplyrevaluatefarverfastmapfontawesomeforeachfsgbmgenericsglmnetgluehighrhmshtmltoolshtmlwidgetsigraphiteratorsjquerylibjsonliteknitrlabelinglatticelifecyclemagrittrMatrixmemoisemimenlmepillarpkgconfigprettyunitsprogresspurrrR6randomForestSRCrappdirsRColorBrewerRcppRcppEigenreadrrlangrmarkdownrstudioapisassscalesshapestringistringrsurvivaltibbletidyrtidyselecttinytextzdbutf8varProvctrsviridisLitevisNetworkvroomwithrxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Coordinate Descent Lasso | cdlasso cdlasso.rfsgt |
| Prediction on Test Data for Super Greedy Forests | predict.rfsgt |
| Print Output from a Random Forest Super Greedy Tree Analysis | print.rfsgt print.vimp.rfsgt |
| Random Forest Super Greedy Trees | rfsgt |
| Show the NEWS file | rfsgt.news |
