corcra / troll-interconnector

ask not for whom the bell trolls
MIT License
0 stars 0 forks source link

implement a logistic classifier (eh?) in madbot.troll_classifier #11

Open corcra opened 8 years ago

corcra commented 8 years ago

Right now we have exactly 1 feature so it's not very urgent, but we can include the vague machinery. I propose following the same outline as in madbot.classify_insulting, so the actual model lives in the ML folder (along with its training data etc.) and we just import np sklearn objects.

Training data relies on having a set of trolls and non-trolls, see issue https://github.com/corcra/troll-interconnector/issues/6.