libalgorithm-naivebayes-perl 0.04-2 source package in Ubuntu

Changelog

libalgorithm-naivebayes-perl (0.04-2) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).
  * Bump debhelper from old 12 to 13.
  * Apply multi-arch hints. + libalgorithm-naivebayes-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 14:55:20 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libalgorithm-naivebayes-perl_0.04-2.dsc 2.2 KiB 1862c0b6a973d29011bafdcd2897840a207fc308c8623404ba455fe0dc5440c8
libalgorithm-naivebayes-perl_0.04.orig.tar.gz 7.8 KiB fd769448ec977a3626a135b02e0d5fcd41de2d9d14ade0632194d1ad801eeccd
libalgorithm-naivebayes-perl_0.04-2.debian.tar.xz 1.8 KiB 89805a3246d265b4104eb25ea431aa9316a1ee484e593769bf59d45b22fd34c3

Available diffs

No changes file available.

Binary packages built by this source

libalgorithm-naivebayes-perl: module to make bayesian prediction of categories

 Algorithm::NaiveBayes implements the classic "Naive Bayes" machine learning
 algorithm. It is a well-studied probabilistic algorithm often used in
 automatic text categorization. Compared to other algorithms (kNN, SVM,
 Decision Trees), it's pretty fast and reasonably competitive in the quality
 of its results.