cart-elc

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

commit 5094b57c561b02269719ff0a193051e06ea6aa02
parent 3a386cc67e996f5df72eeddf9e6a8b8a296cfb7c
Author: AndrewLockVI <andrew@laack.co>
Date:   Tue, 29 Apr 2025 18:43:35 -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 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. For details about the algorithm see (COMING SOON!). 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.