SapiensNB (Naive Bayes) is a classification algorithm that returns a probabilistic result based on Bayes Theorem.
Project description
The SapiensNB or Sapiens for Naive Bayes is a Machine Learning algorithm focused on probabilistic data classification, where the answer for each input is calculated based on the highest probability of similarity between the prediction input and the training inputs. The probabilistic calculation is based on the following mathematical theorem: P(A/B) = P(B/A) x P(A) / P(B), where P is the probability, A is the class and B are the attributes. This theorem can be applied to both numerical classification and textual classification of data.
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 sapiensnb-1.0.4.tar.gz
.
File metadata
- Download URL: sapiensnb-1.0.4.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71b463273fdacd63bd0ee70d673917e204789ebaff9b2615cf1205e0da385b41 |
|
MD5 | 92d8858105817dc6cc3caf802769c408 |
|
BLAKE2b-256 | a512e68fb7c6e6866c51e329ee038e9c56c8864d762227524b5e7beca1b3eadc |
File details
Details for the file sapiensnb-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: sapiensnb-1.0.4-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a863d3ecd85f553232638dcd63b7c3356604f1dc7a1afd5bad6502be6c84773 |
|
MD5 | 9f14f3533d0dc1f71d58f67e7a54c991 |
|
BLAKE2b-256 | 7120e20932b5c1230cab9309f1a49b38e9ac21a85a99f745cb0c08cd2dd209af |