bayesian 0.3.0

A naive Bayesian classifier with optional TF-IDF support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bayesian"
version = "0.3.0"
edition = "2024"
authors = ["Corey Prophitt <corey@prophitt.me>"]
description = "A naive Bayesian classifier with optional TF-IDF support"
license = "MIT"
repository = "https://github.com/prophittcorey/bayesian"
keywords = ["bayesian", "classifier", "naive-bayes", "nlp", "machine-learning"]
categories = ["science", "algorithms", "mathematics"]
readme = "README.md"

[dependencies]
serde = { version = "1", features = ["derive"] }
bincode = "1"
flate2 = "1"