ponder-lab / GitHub-Issue-Classifier

Python script to mine for GitHub issues + comments and classify them.
MIT License
6 stars 0 forks source link

Implement Classification Filter Option #43

Closed y3pio closed 3 years ago

y3pio commented 3 years ago

Right now we are considering all classifications in the resulting output file. Implement a command line option, and also an option in the interactive interface, to filter out specific classification categories from the results (Social Conversation for example makes up a majority of the results, perhaps we might want to filter it out).

y3pio commented 3 years ago

Pushed updated directly to main:

Different ways to add the arguments:

Screen Shot 2021-04-07 at 10 03 57 PM Screen Shot 2021-04-07 at 10 04 55 PM Screen Shot 2021-04-07 at 10 05 36 PM

Results with the top 2 (Social Conversation and Solution Discussion) categories omitted:

Screen Shot 2021-04-07 at 10 22 12 PM