Python library for training and testing Bayesian classifiers
Project description
The bayesian classifier utilizes Bayes Theorem to implement a categorical classifier. The current package contains classes that implement both Full Bayes classifier and Naïve Bayes Classifier, providing a CLI interface as well.
Runing Bayes Classifier on your data
bayesian_classifier full_bayes train resource/iristrain3.txt --sep ","
bayesian_classifier full_bayes test full_bayes.model resource/iristest3.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bayesian_classifier-1.0.1.tar.gz
.
File metadata
- Download URL: bayesian_classifier-1.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8dfece93748559850c2e47e4fe2a3d04eab0797539a71eb89bf022c3df52de9d |
|
MD5 | 8c7e80015d95eed19d51fe356c92619a |
|
BLAKE2b-256 | dca7d379a376355ed9fd119a26e20ff0e509bc353a669694275aeadffb41bad2 |
File details
Details for the file bayesian_classifier-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: bayesian_classifier-1.0.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89e8c3d190416d3310454ec3d19511889fc75d4b30eecf077ec3ffeb5ed41dbd |
|
MD5 | e1884c2121fd199569049130eca6c35f |
|
BLAKE2b-256 | bc63e1b66e3c3f329afa95e27ac264c601146384a2e8cedcfd72af6b4a658790 |