cart-elc

Source code for CART-ELC
git clone git://git.laack.co/cart-elc.git
Log | Files | Refs | README | LICENSE

commit 81063cc841d9973d3803704972ed4e0f621e04cf
parent 5094b57c561b02269719ff0a193051e06ea6aa02
Author: AndrewLockVI <andrew@laack.co>
Date:   Tue, 29 Apr 2025 18:57:20 -0500

Updated readme

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # CART-ELC -This is the source code for the implementation CART-ELC we used in our paper. For details about the algorithm see (COMING SOON!). +This is the source code for the implementation CART-ELC we used in our paper. Also included in this repository are our implementations of HHCARTA and HHCARTD. These are not described in our usage section, but they are simple decision tree classifiers written in Python.