ponder-lab / GitHub-Issue-Classifier

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

Add option to filter out specific category from classification results #26

Closed y3pio closed 3 years ago

y3pio commented 3 years ago

Currently we are classifying each comment as one of the 16 categories. However, the model seems overfitted to certain categories so we should provide an option to the user to filter out certain categories from the results.

Acceptance Criteria:

y3pio commented 3 years ago

Closing this for now as we can simply just open up the resulting CSV file in a spreadsheet editor (Excel for example) and possibly use their built in filter functionality.