8000 Tags · xuweng/tribuo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: xuweng/tribuo

Tags

v4.0.1

Toggle v4.0.1's commit message
Tribuo v4.0.1

- Fixes an issue where CSVReader would fail to read csv files with
  extraneous newlines at the end of the file.
- Adds an IDXDataSource which reads IDX (i.e. MNIST) formatted data.

v4.0.0

Toggle v4.0.0's commit message
Tribuo v4.0.0

- Initial public release

Tribuo is a machine learning library in Java that provides multi-class
classification, regression, clustering, anomaly detection and
multi-label classification. Tribuo provides implementations of popular
ML algorithms and also wraps other libraries to provide a unified
interface. Tribuo contains all the code necessary to load, featurise and
transform data. Additionally, it includes the evaluation classes for all
supported prediction types.
0