Package: MLPUGS 0.2.0

MLPUGS: Multi-Label Prediction Using Gibbs Sampling (and Classifier Chains)

An implementation of classifier chains (CC's) for multi-label prediction. Users can employ an external package (e.g. 'randomForest', 'C50'), or supply their own. The package can train a single set of CC's or train an ensemble of CC's -- in parallel if running in a multi-core environment. New observations are classified using a Gibbs sampler since each unobserved label is conditioned on the others. The package includes methods for evaluating the predictions for accuracy and aggregating across iterations and models to produce binary or probabilistic classifications.

Authors:Mikhail Popov [aut, cre]

MLPUGS_0.2.0.tar.gz
MLPUGS_0.2.0.zip(r-4.7)MLPUGS_0.2.0.zip(r-4.6)MLPUGS_0.2.0.zip(r-4.5)
MLPUGS_0.2.0.tgz(r-4.6-any)MLPUGS_0.2.0.tgz(r-4.5-any)
MLPUGS_0.2.0.tar.gz(r-4.7-any)MLPUGS_0.2.0.tar.gz(r-4.6-any)
MLPUGS_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
MLPUGS/json (API)

# Install 'MLPUGS' in R:
install.packages('MLPUGS', repos = c('https://bearloga.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/bearloga/mlpugs/issues

Datasets:

On CRAN:

Conda:

classificationmachine-learningmcmcmulti-label-classificationsupervised-learning

4.78 score 12 stars 7 scripts 176 downloads 2 exports 0 dependencies

Last updated from:4737d1d72f. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK113
source / vignettesOK158
linux-release-x86_64OK87
macos-release-arm64OK128
macos-oldrel-arm64OK131
windows-develOK77
windows-releaseOK62
windows-oldrelOK67
wasm-releaseOK89

Exports:eccvalidate_pugs

Dependencies:

Multi-label Classification with MLPUGS

Rendered fromtutorial.Rmdusingknitr::rmarkdownon May 16 2026.

Last update: 2016-07-04
Started: 2015-04-21