commit 6ad71d97ef3d348c36043f53789d8d6fabb69348 parent 5174e0dda45bac6063492b6fb3935dc16054b8ae Author: Andrew D. Laack <andrew@laack.co> Date: Wed, 30 Apr 2025 17:12:22 -0500 Update README.md Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -2,7 +2,7 @@ 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. +Also included in this repository are our implementations of HHCART(A) and HHCART(D). These are not described in our usage section, but they are simple decision tree classifiers written in Python. **Note:** The .tex source files for both the paper and an accompanying presentation will be added to this repository once the paper has been published.