Spaces:
Running
Running
Commit
·
7191bc9
1
Parent(s):
6f3a6fd
Improve docstring for turbo
Browse files- pysr/sr.py +3 -2
pysr/sr.py
CHANGED
|
@@ -477,8 +477,9 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
| 477 |
faster. May be algorithmically less efficient.
|
| 478 |
Default is `False`.
|
| 479 |
turbo: bool
|
| 480 |
-
Whether to use LoopVectorization.jl to speed up the
|
| 481 |
-
evaluation. Certain
|
|
|
|
| 482 |
precision : int
|
| 483 |
What precision to use for the data. By default this is `32`
|
| 484 |
(float32), but you can select `64` or `16` as well, giving
|
|
|
|
| 477 |
faster. May be algorithmically less efficient.
|
| 478 |
Default is `False`.
|
| 479 |
turbo: bool
|
| 480 |
+
(Experimental) Whether to use LoopVectorization.jl to speed up the
|
| 481 |
+
search evaluation. Certain operators may not be supported.
|
| 482 |
+
Does not support 16-bit precision floats.
|
| 483 |
precision : int
|
| 484 |
What precision to use for the data. By default this is `32`
|
| 485 |
(float32), but you can select `64` or `16` as well, giving
|