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 928254b commit 11b6e14Copy full SHA for 11b6e14
README.rst
@@ -129,7 +129,7 @@ Please take a look at the documentation for more information on the available me
129
Citing Treeffuser
130
=================
131
132
-If you use Treeffuser or this codebase in your work, please cite the following paper:
+If you use Treeffuser in your work, please cite the following paper:
133
134
.. code-block:: bibtex
135
pyproject.toml
@@ -26,9 +26,9 @@ jaxtyping = "^0.2.19"
26
einops = "^0.8.0"
27
scipy = "^1.13"
28
tqdm = "^4.66.4"
29
-lightgbm = "^4.3.0"
+lightgbm = "4.3.0"
30
ml-collections = "^0.1.1"
31
-scikit-learn = "^1.5.0"
+scikit-learn = "1.5.0"
32
pandas = "^2.0.0"
33
34
[tool.poetry.dev-dependencies]
0 commit comments