bugbug icon indicating copy to clipboard operation
bugbug copied to clipboard

Try using spaCy text classifier

Open marco-c opened this issue 7 years ago • 3 comments

We could try using the text classifier available in spaCy instead of gradient boosting and see how it behaves.

marco-c avatar Nov 23 '18 15:11 marco-c

@marco-c What's the priority of this issue? Is it worth trying out the spacy model at this stage?

ayush1999 avatar Dec 10 '18 16:12 ayush1999

Yes, definitely. It would require a bit of juggling around with the code, but it'd be useful to try.

marco-c avatar Dec 10 '18 17:12 marco-c

where do we want to use a spacy classifier? nlp.py? spacy vectorizer is being used in a few files.

anirban-oss avatar Mar 24 '23 10:03 anirban-oss