You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@ Artifact for the paper "Chronosymbolic Learning: Efficient CHC Solving with Symb
6
6
- See `./examples` for examples of how our tool works
7
7
8
8
## Requirement (To set up our environment)
9
-
Python (3.7.0 or higher, and [Anaconda](https://www.anaconda.com/) recommended)
9
+
Python (3.7.0 or higher recommended, and [Anaconda](https://www.anaconda.com/) recommended to set up a new environment)
10
10
11
11
- Install packages in `requirements.txt`: `pip install -r requirements.txt`
12
+
- Though not integrated in our artifact, you can also try to use [scikit-learn-intelex](https://intel.github.io/scikit-learn-intelex/latest/) to speed up CART DT if possible
12
13
13
14
- May have to manually set up `PYTHONPATH` and `PATH` properly, `PYTHONPATH=$Z3_BIN/python`, `PATH=$PATH:$Z3_BIN`
0 commit comments