Commit Graph

12 Commits

Author SHA1 Message Date
Anna 2804490fc6
refactor: update for api 9 2023-09-28 20:59:42 -04:00
Anna 3511693208 refactor: move to net5 2021-08-24 14:32:04 -04:00
Anna 7536620e48 fix: remove useless checks and always count normal 2021-05-15 20:40:06 -04:00
Anna 90566f1435 feat: require filter to be enabled to report 2021-05-15 20:31:22 -04:00
Anna d00b3b0845 feat: better handle puncutation
Certain symbols are turned into one space so the model sees multiple
words instead of one. Previously "[RP]Hi" would turn into "RPHi" and
be its own token. Now it turns into "RP" and "Hi", counting as two
tokens. This change increased the model's accuracy.

Also make "18", "http", "https", and LGBT-related words into stop
words (meaning they're ignored). Each of these stop words made the
model more accurate and reduced unwanted bias.

Messages destined for ML are now normalised by the plugin in the same
way the model's input is for training. This should make the results
come closer to expected.
2021-02-17 20:01:34 -05:00
Anna 934fe877e2 refactor: use new new syntax 2021-02-16 12:15:00 -05:00
Anna 0793f009c1 feat(data): add more data 2021-01-02 13:09:00 -05:00
Anna 0873aadd1b refactor: fix up some code and prepare for sdk 2020-12-19 20:19:03 -05:00
Anna 2197a61416 refactor: update naming 2020-12-18 00:43:07 -05:00
Anna 6d8f04bace chore: update to new Lumina 2020-11-23 13:22:19 -05:00
Anna de25bb40f0 refactor: make normalisation faster 2020-09-05 14:31:29 -04:00
Anna 9ad9d89951 feat: add option to filter unjoinable ilvl PFs 2020-08-23 10:59:48 -04:00