cart-elc

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

commit aae325a5f2eb3ac44adbcb7e74199b5185b57514
parent 6ad71d97ef3d348c36043f53789d8d6fabb69348
Author: Andrew D. Laack <andrew@laack.co>
Date:   Wed, 30 Apr 2025 17:33:56 -0500

Update README.md
Diffstat:
MREADME.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 HHCART(A) and HHCART(D). 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 oblique 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.