Commit Graph

22 Commits

Author SHA1 Message Date
Anna cfba3f7d82
chore: update for 6.3 2023-01-15 15:08:30 -05:00
Anna 0456d77d7d
refactor: update for api7 and net6 2022-08-21 16:18:22 -04:00
Anna 55f108420f
fix(trainer): handle weirdly-formatted emails 2021-09-19 17:56:21 -04:00
Anna 7ba91fbd48
refactor: move to net5 2021-08-24 14:32:04 -04:00
Anna cdcc5bd0cc
feat(trainer): add import feature 2021-07-19 16:15:31 -04:00
Anna fa1e7bb04a
chore: update dependencies 2021-07-17 22:20:06 -04:00
Anna bbb85121be
chore: update dependencies 2021-06-04 20:07:05 -04:00
Anna 90d27ca1a9
chore: update dependencies 2021-05-21 22:27:56 -04:00
Anna 98f80ebedc
chore(trainer): update dependencies 2021-05-17 13:37:09 -04:00
Anna 5a1990d30c
feat: make reporting better 2021-05-15 18:19:27 -04:00
Anna 0191cb8c17
chore(trainer): bump csv dependency 2021-04-23 13:30:23 -04:00
Anna eb7238d9da
chore: update dependencies 2021-04-01 02:57:42 -04:00
Anna 2325e78e0d
chore: update csv library 2021-03-03 23:35:57 -05:00
Anna 1836b6dad7
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 35faec5fe6
chore: fix modes 2021-02-24 20:23:28 -05:00
Anna c65fb94ad6
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 f4705af8b9
feat: give classifier game process info 2021-02-12 20:13:34 -05:00
Anna Clemens 6ba4f5b1a5
chore: fix permissions 2021-01-30 16:10:59 -05:00
Anna Clemens 2229a0534a
feat: use separate process for classifying 2021-01-30 16:02:37 -05:00
Anna 6679376cb3
chore: update nuget packages 2021-01-13 12:37:40 -05:00
Anna 908133bdf8
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 482cc23c7d
feat(trainer): add trainer to actual repo 2020-12-28 20:14:19 -05:00