evanpurkhiser / CS-Karat-Sleuth

A simplistic spam heuristics tool written in the Ruby programming language – Fall 2013 AI
MIT License
0 stars 0 forks source link

Update CLI to match design #5

Closed hmm34 closed 10 years ago

hmm34 commented 10 years ago

We want to modify the current behavior of the command line to support training and classifying of specific directories or paths in order to match our design given in the progress presentation .

Possible usages include:

For example,

evanpurkhiser commented 10 years ago

I'm thinking we'll add a 3rd option called reclassify which accepts parameters the same way that train does. This will be different than classify in that it will do some fancy statistic-y things to the classifications (how many were correctly classified vs how many weren't, how many it got right out of the hard set, stuff like that). Then we can do that in the demo and it will be super impressive.

evanpurkhiser commented 10 years ago

Most of the hard parts of this have been done in 11c7daf.

evanpurkhiser commented 10 years ago

I'm going to go ahead and close this since the basic CLI parsing is now there, and the previous 'train' functionality from the prior CLI implementation is good now since 297d7b1975dd2a34e4ecb534abaa78b2ce868d6b.