Skip to content

imoonkey/finefood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language: Python 2.7+

Required packages (can be installed using pip): bs4, nltk, numpy, scipy, sklearn, cPickle

To reproduce the intermediate outputs:

run prep.py for finefoods.pkl, train.pkl, test.pkl

run vectorization.py for train_x.mtx, train_y.npy, test_x.mtx, test_y.npy

Confusion matrix: (Y: helpful, N: not helpful) | Predicted: Y| Predicted: N ---| --- | --- ** Actual: Y ** | 0.5 | 0.5 ** Actual: N ** | 0.5 | 0.5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published