Commit Graph

89 Commits

Author SHA1 Message Date
c66ac2fc13
refactor: update for api level 3 2021-04-05 14:45:04 -04:00
d2cb30828e
feat(data): add more 2021-04-02 15:11:56 -04:00
ce98e27056
refactor: use nameof and normal enum order 2021-04-02 15:11:39 -04:00
eb7238d9da
chore: update dependencies 2021-04-01 02:57:42 -04:00
7129b4f1a4
feat: add category for static substitutes 2021-03-31 14:37:08 -04:00
ef9a8787a2
feat(data): add more data 2021-03-24 18:37:28 -04:00
623f7d3269
feat(data): add more data 2021-03-22 18:23:22 -04:00
adf77877c1
feat(trainer): ignore word ffxiv 2021-03-22 18:23:08 -04:00
e49e018d3b
feat(data): add more 2021-03-19 14:36:10 -04:00
b3a0283513
feat(data): add more 2021-03-17 12:01:01 -04:00
e70ac3491a
feat(data): add more 2021-03-14 20:35:05 -04:00
fcf1ec6596
feat(data): add more data 2021-03-12 12:34:42 -05:00
516d5d9515
feat(data): add more data 2021-03-10 19:40:40 -05:00
df41c67fe5
feat(data): add more 2021-03-06 20:40:41 -05:00
0796fa5ce7
feat(data): add more 2021-03-05 23:01:05 -05:00
2a0ef7a921
feat(trainer): ignore "mounts" 2021-03-05 13:50:16 -05:00
ae7bea10bd
feat(data): add more 2021-03-05 02:24:16 -05:00
21a2838ad4
feat(data): add more 2021-03-04 20:06:26 -05:00
6db8a80894
feat: stop trying to separate static sub messages 2021-03-04 16:48:11 -05:00
2325e78e0d
chore: update csv library 2021-03-03 23:35:57 -05:00
00817f97dd
fix(trainer): remove auto-translate textvalue artifacts 2021-03-03 20:36:53 -05:00
77fe37ff42
feat(data): add more data 2021-03-03 19:55:54 -05:00
e4286bd5d1
feat(data): add more data 2021-03-03 18:05:57 -05:00
bf34559e63
fix(trainer): clean up some warnings 2021-03-02 23:01:16 -05:00
56b652fad3
fix(trainer): accept more invalid input interactively 2021-03-02 22:58:22 -05:00
4f693b7cf7
feat(data): add more data 2021-03-02 21:16:34 -05:00
a336ac3342
feat: add explainer to test results 2021-03-02 13:25:05 -05:00
175aa55ba9
feat: add community ad filtering
Also add tooltip on filter hover with description.
2021-03-02 13:19:47 -05:00
79f4c702b2
feat(trainer): make test output more obvious 2021-03-02 12:53:19 -05:00
7c7bc22859
feat(data): add more 2021-03-02 12:44:14 -05:00
359b7cef3c
fix(trainer): use correct path for csv 2021-03-02 12:43:47 -05:00
e2a8e0154a
feat: add automated model creation 2021-03-02 12:38:30 -05:00
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
7ef4a487e2
feat(data): ignore "blu" and add more 2021-02-26 12:07:19 -05:00
35faec5fe6
chore: fix modes 2021-02-24 20:23:28 -05:00
e5d755e42c
feat(data): add more 2021-02-24 20:01:41 -05:00
3eb7007186
fix(trainer): replace newlines automatically 2021-02-24 20:01:35 -05:00
3be14696c6
feat(data): add more 2021-02-21 15:50:17 -05:00
da6accf432
feat: add "come" and "join" as stop words 2021-02-21 15:50:05 -05:00
84644d2806
feat(data): add more data
Also pull out stop words into field.
2021-02-20 19:25:15 -05:00
b36377c16e
feat: add normalisation to pipeline
Add a step to normalise messages to the ML pipeline. This ensures
computed properties run on the raw data (which is actually partially
normalised by the compute context). This prevents properties which
rely on symbols (e.g. "B>") from being unable to work properly when
normalisation happens before they have access to the input.
2021-02-17 21:45:09 -05:00
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
7f27a17f4f
feat(data): add more data 2021-02-17 18:58:34 -05:00
beb47b7eb4
feat(data): add more 2021-02-16 12:15:06 -05:00
4e182112b4
feat(data): add more data 2021-02-14 15:40:56 -05:00
f4705af8b9
feat: give classifier game process info 2021-02-12 20:13:34 -05:00
c208210a64
feat(data): add more data 2021-02-12 11:56:54 -05:00
8313fa20ed
feat(data): more data 2021-02-08 22:34:29 -05:00
ba065bd0cf
feat(data): more data 2021-02-07 12:54:14 -05:00
7416023634
feat(data): add more data 2021-02-03 12:16:03 -05:00