decision-tree-classifier

Decision tree classifier implementation in C++
git clone git://git.laack.co/decision-tree-classifier.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-06-10 18:24migrationAndrewLockVI1+25-58
2025-02-07 21:45Updated bindingsandrew1+0-1
2024-12-31 05:43Added public readmeAndrew1+7-1
2024-12-31 05:20RefactorAndrew16+62-214
2024-12-30 02:24Did stuffAndrew2+57-0
2024-12-26 18:50Tested edge detection... not goodAndrew10+32-233
2024-12-26 18:29Did kernel stuffAndrew11+267-26
2024-12-25 21:11Did stuffAndrew1+7-10
2024-12-24 18:02Did stuffAndrew4+99-48
2024-12-23 20:30Loaded in MNIST and configured bindAndrew9+81-36
2024-12-23 16:38Set up bindAndrew25+941-636
2024-12-22 16:11Added predictionAndrew5+132-26
2024-12-21 02:49did some comparisons in performanceAndrew6+71-33
2024-12-21 02:06Added graph viz and finished work on fit method.. for now. Would like interpolation.Andrew7+143-28
2024-12-20 16:20This c++ is so much fungit status!Andrew2+10-4
2024-12-20 16:16Holy crap... this is insaneAndrew5+191-8
2024-12-20 10:02Started over in c++Andrew6+186-0
2024-12-20 07:25Considering stopping with what is being done. C++ seems better; python is shitAndrew6+113-95
2024-12-19 22:12Did stuffAndrew3+53-18
2024-12-19 20:30Wrote code for C++ giniAndrew4+198-66
2024-12-19 08:02Added predictionAndrew4+165-44
2024-12-18 06:30Finished working on tree creation logic and printingAndrew3+102-35
2024-12-18 04:51Did a bunch of optimization workAndrew3+76-14
2024-12-18 02:34Did some workAndrew4+198-0
2024-12-17 20:27Initial commitAndrew3+432-0