cart-elc

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5174e0dda45bac6063492b6fb3935dc16054b8ae
parent 454812256af664ed5e2c74a85b582fe64014fb8c
Author: Andrew D. Laack <andrew@laack.co>
Date:   Tue, 29 Apr 2025 18:56:23 -0500

Update README.md
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 of CART-ELC we used in our paper. For details about the algorithm see (COMING SOON!). +This is the source code for the implementation of 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.