CRAN/E | fastNaiveBayes

fastNaiveBayes

Extremely Fast Implementation of a Naive Bayes Classifier

Installation

About

This is an extremely fast implementation of a Naive Bayes classifier. This package is currently the only package that supports a Bernoulli distribution, a Multinomial distribution, and a Gaussian distribution, making it suitable for both binary features, frequency counts, and numerical features. Another feature is the support of a mix of different event models. Only numerical variables are allowed, however, categorical variables can be transformed into dummies and used with the Bernoulli distribution. The implementation is largely based on the paper "A comparison of event models for Naive Bayes anti-spam e-mail filtering" written by K.M. Schneider (2003) doi:10.3115/1067807.1067848. Any issues can be submitted to: .

github.com/mskogholt/fastNaiveBayes
Bug report File report

Key Metrics

Version 2.2.1
R ≥ 3.2.0
Published 2020-05-04 1461 days ago
Needs compilation? no
License GPL-3
CRAN checks fastNaiveBayes results

Downloads

Yesterday 12 0%
Last 7 days 73 -25%
Last 30 days 320 -18%
Last 90 days 1.023 -79%
Last 365 days 9.994 +71%

Maintainer

Maintainer

Martin Skogholt

m.skogholt@gmail.com

Authors

Martin Skogholt

Material

README
NEWS
Reference manual
Package source

Vignettes

Fast Naive Bayes

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

fastNaiveBayes archive

Depends

R ≥ 3.2.0

Imports

Matrix
stats

Suggests

knitr
rmarkdown
testthat

Reverse Suggests

quanteda.textmodels