commit 454812256af664ed5e2c74a85b582fe64014fb8c
parent e3a64808b72c8d3fc91bf4b2cdcefe7b56afd406
Author: Andrew D. Laack <andrew@laack.co>
Date: Tue, 29 Apr 2025 18:43:09 -0500
Update README.md
Diffstat:
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 of 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.