We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe3d18 commit 271401cCopy full SHA for 271401c
README.md
@@ -115,7 +115,7 @@ print(fpu.get_info())
115
```
116
1. Go into the Conifer project directory: `cd conifer`
117
1. Install the python development dependencies: `pip install -r dev_requirements.txt`
118
-1. Run an example: `PYTHONPATH="$(pwd):${PYTHONPATH}" && python examples/sklearn_to_cpp.py`
+1. Run an example: `export PYTHONPATH="$(pwd):${PYTHONPATH}" && python examples/sklearn_to_cpp.py`
119
1. Run a single unit test: `pytest tests/test_multiclass.py`
120
1. Run all the unit tests: `pytest`
121
dev_requirements.txt
@@ -6,3 +6,4 @@ scikit-learn
6
xgboost<2.0.0
7
pybind11
8
ydf
9
+pandas
0 commit comments