aboutsummaryrefslogtreecommitdiff
blob: 8473d3d60b184ea3b813e3fd1266ce372cc5ca0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>sci-mathematics</herd>
	<herd>python</herd>
	<longdescription lang="en">
  Python module to ease pattern classification analyses of large
  datasets. It provides high-level abstraction of typical processing
  steps (e.g. data preparation, classification, feature selection,
  generalization testing), a number of implementations of some popular
  algorithms (e.g. kNN, GNB, Ridge Regressions, Sparse Multinomial Logistic
  Regression), and bindings to external machine learning libraries (libsvm,
  shogun).
</longdescription>
</pkgmetadata>