Skip to content

grahamlyons/classification-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classification Example

Takes data from Twitter, trains a classifier and evaluates the performanace.

Setting up

Install dependencies:

npm install

Export Twitter auth variables:

export CONSUMER_KEY=...
export CONSUMER_SECRET=...
export ACCESS_TOKEN=...
export ACCESS_TOKEN_SECRET=...

Running

Get some data from Twitter:

node gather.js

Train model and predict accuracy:

node train.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published