An open API service indexing awesome lists of open source software.

https://github.com/jeroenjanssens/tidynaivebayes

A tidy implementation of the Naive Bayes classifier
https://github.com/jeroenjanssens/tidynaivebayes

naive-bayes-classifier r tidyverse

Last synced: 2 months ago
JSON representation

A tidy implementation of the Naive Bayes classifier

Awesome Lists containing this project

README

        

---
output: github_document
---

# tidynaivebayes

The `tidynaivebayes` package is a tidy implementation of the Naive Bayes classifier.

### Installation

You can install `tidynaivebayes` from GitHub with:

```R
# install.packages("devtools")
devtools::install_github("datascienceworkshops/tidynaivebayes")
```

### License

The `tidynaivebayes` package is licensed under the GPLv3 (http://www.gnu.org/licenses/gpl.html).