An open API service indexing awesome lists of open source software.

https://github.com/mlojek/bayesian-classifier-chain

Bayesian Chain Classifier for multi-label classification task.
https://github.com/mlojek/bayesian-classifier-chain

bayesian-methods classification machine-learning multilabel-classification

Last synced: 9 months ago
JSON representation

Bayesian Chain Classifier for multi-label classification task.

Awesome Lists containing this project

README

          

# Bayesian Classifier Chain

## Installation
To run this project python 3.13 is highly recommended. To install python dependencies run:
```
make install
```