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
- Host: GitHub
- URL: https://github.com/jeroenjanssens/tidynaivebayes
- Owner: jeroenjanssens
- License: gpl-3.0
- Created: 2017-07-29T09:44:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T09:07:26.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T19:34:33.592Z (3 months ago)
- Topics: naive-bayes-classifier, r, tidyverse
- Language: R
- Homepage:
- Size: 366 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
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).