Commit Graph

61 Commits

Author SHA1 Message Date
0793f009c1 feat(data): add more data 2021-01-02 13:09:00 -05:00
b01973b0c0 chore(data): fix mode 2021-01-02 07:54:49 -05:00
2f7761b9b0 chore(trainer): only save model on full run 2021-01-02 07:31:34 -05:00
a07f21ddd3 feat(data): add more reports 2021-01-02 07:31:09 -05:00
42b8b6569f feat(data): catch up on reports 2020-12-31 17:10:20 -05:00
eba3830c81 feat(data): add more FC ads 2020-12-29 10:11:56 -05:00
3b126d0424 chore(data): add more data 2020-12-28 22:39:10 -05:00
753e0f710e refactor(trainer): use correct schema, though it shouldn't matter 2020-12-28 22:04:50 -05:00
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
effe41a345 refactor(training): compute properties in pipeline
Hopefully no longer required the data structure to be updated when new computed properties are added. This should also reduce duplication and make it easier to make bigger changes to the model without needing to update the plugin.
2020-12-28 21:01:35 -05:00
bd05abb5e0 feat(trainer): add trainer to actual repo 2020-12-28 20:14:19 -05:00