cart-elc

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

commit dedc0545c4d1f8aa69834d3b4b29e1fcfc4fa2d5
parent 26a7b05fe40144e8622462e9b8892ea80c761684
Author: AndrewLockVI <andrew@laack.co>
Date:   Tue, 29 Apr 2025 16:10:58 -0500

Updated dependencies in readme

Diffstat:
MREADME.md | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -13,9 +13,13 @@ Also included in this repository are our implementations of HHCARTA and HHCARTD. - Python 3.8+ - NumPy - scikit-learn (for loading datasets) +- pandas - A C++ compiler (e.g., 'g++') - Make - Graphviz (for rendering dot output) +- setuptools +- pybind11 +- python3-dev If you encounter issues running these instructions on Linux, please feel free to open an issue. However, please note that if you are viewing this repository on GitHub, it is a downstream of the canonical repository at https://git.laack.co/cart-elc.