Package: ActiveLearning4SPM 0.1.0
ActiveLearning4SPM: Active Learning for Process Monitoring
Implements the methodology introduced in Capezza, Lepore, and Paynabar (2025) <doi:10.1080/00401706.2025.2561744> for process monitoring with limited labeling resources. The package provides functions to (i) simulate data streams with true latent states and multivariate Gaussian observations as done in the paper, (ii) fit partially hidden Markov models (pHMMs) using a constrained Baum-Welch algorithm with partial labels, and (iii) perform stream-based active learning that balances exploration and exploitation to decide whether to request labels in real time. The methodology is particularly suited for statistical process monitoring in industrial applications where labeling is costly.
Authors:
ActiveLearning4SPM_0.1.0.tar.gz
ActiveLearning4SPM_0.1.0.zip(r-4.7)ActiveLearning4SPM_0.1.0.zip(r-4.6)ActiveLearning4SPM_0.1.0.zip(r-4.5)
ActiveLearning4SPM_0.1.0.tgz(r-4.6-x86_64)ActiveLearning4SPM_0.1.0.tgz(r-4.6-arm64)ActiveLearning4SPM_0.1.0.tgz(r-4.5-x86_64)ActiveLearning4SPM_0.1.0.tgz(r-4.5-arm64)
ActiveLearning4SPM_0.1.0.tar.gz(r-4.7-arm64)ActiveLearning4SPM_0.1.0.tar.gz(r-4.7-x86_64)ActiveLearning4SPM_0.1.0.tar.gz(r-4.6-arm64)ActiveLearning4SPM_0.1.0.tar.gz(r-4.6-x86_64)
ActiveLearning4SPM_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
ActiveLearning4SPM/json (API)
NEWS
| # Install 'ActiveLearning4SPM' in R: |
| install.packages('ActiveLearning4SPM', repos = c('https://capezza.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:1005d1af71. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 166 | ||
| linux-devel-x86_64 | OK | 155 | ||
| source / vignettes | OK | 200 | ||
| linux-release-arm64 | OK | 148 | ||
| linux-release-x86_64 | OK | 199 | ||
| macos-release-arm64 | OK | 129 | ||
| macos-release-x86_64 | OK | 304 | ||
| macos-oldrel-arm64 | OK | 208 | ||
| macos-oldrel-x86_64 | OK | 342 | ||
| windows-devel | OK | 120 | ||
| windows-release | OK | 131 | ||
| windows-oldrel | OK | 119 | ||
| wasm-release | OK | 126 |
Exports:active_learning_pHMMfit_pHMMfit_pHMM_autosimulate_stream
Dependencies:abindBHbitopscaToolsDEoptimRlatticemvnfastmvtnormpcaPPpROCRcppRcppArmadilloRcppParallelRfastrobustbaserrcovzigg
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Stream-Based Active Learning with a Partially Hidden Markov Model (pHMM) | active_learning_pHMM |
| Fit a Partially Hidden Markov Model (pHMM) | fit_pHMM |
| Automatic Initialization and Fitting of a Partially Hidden Markov Model (pHMM) | fit_pHMM_auto |
| Simulate Process Monitoring Data for Stream-Based Active Learning | simulate_stream |
