Commit Graph

35 Commits

Author SHA1 Message Date
51f920e2ba upload example tree based on 10-01 data 2025-06-20 03:18:09 +00:00
1136bd93ea update readme 2025-06-14 03:10:48 +00:00
2ad40946d1 update treetormt 2025-06-12 19:53:46 +00:00
50075b1acc Merge remote-tracking branch 'origin/decision-tree-nudge-boundaries' 2025-06-12 19:52:02 +00:00
Jai Parera
1585399c7d Fixed loop ordering and path_to_class in JSON 2025-06-11 23:37:33 -07:00
8301998da3 temp fix for issue with metadata 2025-06-12 06:10:39 +00:00
3b2d6b3186 fix eval bug in parser 2025-06-12 05:37:48 +00:00
Jai Parera
24fc2ed6f7 Add support for combined datasets and analysis 2025-06-11 20:38:37 -07:00
Nathan Huey
fda251f051 First try boundary nudging 2025-06-11 16:55:23 -07:00
541538fcfe update decision tree results 2025-06-11 22:37:38 +00:00
Arthur Lu
afc882a569 Merge pull request #5 from ltcptgeneral/Parser
Fix range bug in TreeCompress, update parser to autofail non-singular…
2025-06-11 12:11:39 -07:00
6de3807fe2 fix range bug in TreeCompress, update parser to autofail non-singular classifications 2025-06-11 19:10:19 +00:00
Arthur Lu
fc16d3c586 Merge pull request #4 from ltcptgeneral/Parser
Eval compressed tree accuracy
2025-06-11 11:28:38 -07:00
7bee40ecf9 restore TreeCompress and TreeToRMT from main 2025-06-11 18:28:18 +00:00
krishpatel
e811171a73 Implemented working compressed tree parser to get classification accuracy 2025-06-11 11:10:49 -07:00
61a451b82d fix counting issue in ram bits 2025-06-11 04:47:35 +00:00
c73de36c70 replace classes with class string instead of index 2025-06-11 04:41:32 +00:00
fadeab8a99 fix incorrect classes in TreeCompress,
closes #1
2025-06-08 18:34:39 +00:00
c208037ae9 implement priority aware algorithm,
add dataset size printout
2025-06-07 01:10:05 +00:00
ae3128f6e8 better output formatting for tcam/ram bits 2025-06-05 16:56:10 +00:00
25e5a86a43 implement correct prefix counting 2025-06-05 03:42:30 +00:00
d3fe6efd47 add worst_case converter to rmt 2025-06-04 22:56:17 +00:00
23867747cd rename RMTConvert to TreeCompress 2025-06-02 21:54:43 +00:00
eeebc17d56 add ideal-rmt-simulator as submodule 2025-06-02 21:52:10 +00:00
0d5e51f582 add list of paths and classes to compressed_tree output 2025-06-02 21:48:10 +00:00
9729c6e68c add classifications to each feature's range 2025-06-01 07:27:02 +00:00
2d80a4b94e implement tree compression algorithm 2025-06-01 06:02:14 +00:00
cd567526c6 slight improvements to decision tree output 2025-05-31 23:27:58 +00:00
12b1f04356 cleanup code 2025-05-28 20:39:01 +00:00
07f2269b00 fix issue in tree saving 2025-05-28 20:38:03 +00:00
a6a065b565 update tree filename 2025-05-28 20:35:50 +00:00
39fd9a1862 save tree file t json format for future parsing 2025-05-28 20:35:08 +00:00
78250f83fa display decision tree 2025-05-27 18:38:16 +00:00
9d1d022721 add readme, update DecisionTree 2025-05-27 18:24:18 +00:00
cc8c27220b add data processing notebooks 2025-05-27 18:18:55 +00:00