Commit Graph

23 Commits

Author SHA1 Message Date
Anna 2804490fc6
refactor: update for api 9 2023-09-28 20:59:42 -04:00
Anna 4bbae47da4 chore: update for 6.3 2023-01-15 15:08:30 -05:00
Anna c80e70de6f refactor: update for api7 and net6 2022-08-21 16:18:22 -04:00
Anna dd26a5738c fix(trainer): handle weirdly-formatted emails 2021-09-19 17:56:21 -04:00
Anna 3511693208 refactor: move to net5 2021-08-24 14:32:04 -04:00
Anna 21c7e01097 feat(trainer): add import feature 2021-07-19 16:15:31 -04:00
Anna 39a6261a76 chore: update dependencies 2021-07-17 22:20:06 -04:00
Anna e94a9a7b31 chore: update dependencies 2021-06-04 20:07:05 -04:00
Anna d9b3d92e38 chore: update dependencies 2021-05-21 22:27:56 -04:00
Anna 4152b3d776 chore(trainer): update dependencies 2021-05-17 13:37:09 -04:00
Anna 072b5f54df feat: make reporting better 2021-05-15 18:19:27 -04:00
Anna 9a7e5dc37b chore(trainer): bump csv dependency 2021-04-23 13:30:23 -04:00
Anna ae43dad64d chore: update dependencies 2021-04-01 02:57:42 -04:00
Anna a0e4777741 chore: update csv library 2021-03-03 23:35:57 -05:00
Anna 6c9dd9164b feat(trainer): run on net5 and accept csv path
Hopefully will use this to automate model deployment.
2021-03-02 04:52:36 -05:00
Anna 33f5421e79 chore: fix modes 2021-02-24 20:23:28 -05: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 c7c89b33bc feat: give classifier game process info 2021-02-12 20:13:34 -05:00
Anna d7d6c53c75 chore: fix permissions 2021-01-30 16:10:59 -05:00
Anna 87c5602319 feat: use separate process for classifying 2021-01-30 16:02:37 -05:00
Anna 1606a13885 chore: update nuget packages 2021-01-13 12:37:40 -05:00
Anna 1b8f7806f5 refactor: put computation in interface
This basically undoes the benefits of the previous commit. May end up being reverted.
2020-12-28 21:48:31 -05:00
Anna bd05abb5e0 feat(trainer): add trainer to actual repo 2020-12-28 20:14:19 -05:00