Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
496cedf
1
Parent(s):
7191bc9
Document default `turbo`
Browse files- pysr/sr.py +1 -0
pysr/sr.py
CHANGED
@@ -480,6 +480,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
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
|
|
|
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 |
+
Default is `False`.
|
484 |
precision : int
|
485 |
What precision to use for the data. By default this is `32`
|
486 |
(float32), but you can select `64` or `16` as well, giving
|