Package: sboost 0.1.2
sboost: Machine Learning with AdaBoost on Decision Stumps
Creates classifier for binary outcomes using Adaptive Boosting (AdaBoost) algorithm on decision stumps with a fast C++ implementation. For a description of AdaBoost, see Freund and Schapire (1997) <doi:10.1006/jcss.1997.1504>. This type of classifier is nonlinear, but easy to interpret and visualize. Feature vectors may be a combination of continuous (numeric) and categorical (string, factor) elements. Methods for classifier assessment, predictions, and cross-validation also included.
Authors:
sboost_0.1.2.tar.gz
sboost_0.1.2.zip(r-4.7)sboost_0.1.2.zip(r-4.6)sboost_0.1.2.zip(r-4.5)
sboost_0.1.2.tgz(r-4.6-x86_64)sboost_0.1.2.tgz(r-4.6-arm64)sboost_0.1.2.tgz(r-4.5-x86_64)sboost_0.1.2.tgz(r-4.5-arm64)
sboost_0.1.2.tar.gz(r-4.7-arm64)sboost_0.1.2.tar.gz(r-4.7-x86_64)sboost_0.1.2.tar.gz(r-4.6-arm64)sboost_0.1.2.tar.gz(r-4.6-x86_64)
sboost_0.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
sboost/json (API)
| # Install 'sboost' in R: |
| install.packages('sboost', repos = c('https://jadonwagstaff.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jadonwagstaff/sboost/issues
Last updated from:aee4038080. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 142 | ||
| linux-devel-x86_64 | OK | 120 | ||
| source / vignettes | OK | 173 | ||
| linux-release-arm64 | OK | 124 | ||
| linux-release-x86_64 | OK | 136 | ||
| macos-release-arm64 | OK | 108 | ||
| macos-release-x86_64 | OK | 500 | ||
| macos-oldrel-arm64 | OK | 138 | ||
| macos-oldrel-x86_64 | OK | 327 | ||
| windows-devel | OK | 104 | ||
| windows-release | OK | 115 | ||
| windows-oldrel | OK | 111 | ||
| wasm-release | OK | 108 |
Dependencies:clidplyrgenericsgluelifecyclemagrittrpillarpkgconfigR6Rcpprlangtibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| sboost Assessment Function | assess |
| Malware System Calls | malware |
| Mushroom Classification | mushrooms |
| Make predictions for a feature set based on an sboost classifier. | predict.sboost_classifier |
| sboost Learning Algorithm | sboost |
| sboost Validation Function | validate |
