Commit Graph

81 Commits

Author SHA1 Message Date
77db0452e1
feat(data): add more 2021-04-30 15:41:44 -04:00
31576047a2
feat: remove defs, add some loc, add context menu 2021-04-27 20:16:07 -04:00
e9899fe1f1
feat(data): add more 2021-04-25 19:34:15 -04:00
0a5ec7edfb
feat(data): add more 2021-04-25 11:43:06 -04:00
1640310941
feat(data): add more 2021-04-23 13:21:36 -04:00
d91d986bc6
feat(data): add more 2021-04-20 15:47:17 -04:00
8547dfc15c
feat(data): add more 2021-04-18 19:26:00 -04:00
79af2af6c0
feat(data): really stress normal 2021-04-17 12:28:45 -04:00
8d9cfe86bb
feat(data): add more 2021-04-17 12:25:46 -04:00
3767514d26
fix(trainer): ignore gg 2021-04-15 16:13:48 -04:00
4ec7f9fde9
feat(data): add more 2021-04-15 12:48:56 -04:00
62cebb7e66
feat(data): add more 2021-04-14 14:40:16 -04:00
50324e27ea
feat(data): add more 2021-04-12 14:30:06 -04:00
af735aa62d
feat(data): add more 2021-04-11 07:46:55 -04:00
31c3635111
feat: use imgui tables 2021-04-08 12:09:53 -04:00
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
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
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
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
4f693b7cf7
feat(data): add more data 2021-03-02 21:16:34 -05:00
175aa55ba9
feat: add community ad filtering
Also add tooltip on filter hover with description.
2021-03-02 13:19:47 -05:00
7c7bc22859
feat(data): add more 2021-03-02 12:44:14 -05:00
7ef4a487e2
feat(data): ignore "blu" and add more 2021-02-26 12:07:19 -05:00
e5d755e42c
feat(data): add more 2021-02-24 20:01:41 -05:00
3be14696c6
feat(data): add more 2021-02-21 15:50:17 -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
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
Anna Clemens
09d4c8fe38
feat(data): more 2021-02-01 00:19:51 -05:00