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.
- Host: GitHub
- URL: https://github.com/mlojek/bayesian-classifier-chain
- Owner: mlojek
- License: gpl-3.0
- Created: 2025-04-11T08:26:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T16:43:57.000Z (about 1 year ago)
- Last Synced: 2025-06-29T05:34:09.307Z (12 months ago)
- Topics: bayesian-methods, classification, machine-learning, multilabel-classification
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```