Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boxdot/bayes_classifier

Multinomial naïve Bayes classifier for https://www.kaggle.com/c/whats-cooking
https://github.com/boxdot/bayes_classifier

Last synced: 30 days ago
JSON representation

Multinomial naïve Bayes classifier for https://www.kaggle.com/c/whats-cooking

Awesome Lists containing this project

README

        

## Build

Put [rapidjson](https://github.com/miloyip/rapidjson) source into `$HOME/src` and build with

```
make
```

## Classify

The train and test data are available at https://www.kaggle.com/c/whats-cooking. Classify with:

```
./bayes_classifier train.json test.json > submission.csv
```