libai-decisiontree-perl 0.11-2 source package in Ubuntu

Changelog

libai-decisiontree-perl (0.11-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * debian/control: update Build-Depends for cross builds.
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository-Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata.
  * Bump debhelper from old 12 to 13.

  [ gregor herrmann ]
  * Declare compliance with Debian Policy 4.6.1.
  * Set Rules-Requires-Root: no.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Sat, 30 Jul 2022 02:50:01 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libai-decisiontree-perl_0.11-2.dsc 2.4 KiB 13639f71c22700f00b0382b8608f62544eaef6bc4eed11098b3d4302562d17df
libai-decisiontree-perl_0.11.orig.tar.gz 33.1 KiB 589fd21a62d2e6afd5d9c280d5549eac32d200311dd4275daeb972597fd7e4d5
libai-decisiontree-perl_0.11-2.debian.tar.xz 1.9 KiB cf148f19dd7e0612f2a0a73799e5183c9f3463facae754d6505eccf6cd055cfc

No changes file available.

Binary packages built by this source

libai-decisiontree-perl: module to create decision trees from training data

 The AI::DecisionTree module automatically creates so-called "decision trees"
 to explain a set of training data. A decision tree is a kind of categorizer
 that use a flowchart-like process for categorizing new instances. This
 implementation uses the gain obtained at each node in order to figure out
 what are the most useful information in order to take decisions.

libai-decisiontree-perl-dbgsym: debug symbols for libai-decisiontree-perl