Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -237,6 +237,8 @@ model = PySRRegressor(
|
|
| 237 |
# ^ Higher precision calculations.
|
| 238 |
warm_start=True,
|
| 239 |
# ^ Start from where left off.
|
|
|
|
|
|
|
| 240 |
julia_project=None,
|
| 241 |
# ^ Can set to the path of a folder containing the
|
| 242 |
# "SymbolicRegression.jl" repo, for custom modifications.
|
|
|
|
| 237 |
# ^ Higher precision calculations.
|
| 238 |
warm_start=True,
|
| 239 |
# ^ Start from where left off.
|
| 240 |
+
turbo=True,
|
| 241 |
+
# ^ Faster evaluation (experimental)
|
| 242 |
julia_project=None,
|
| 243 |
# ^ Can set to the path of a folder containing the
|
| 244 |
# "SymbolicRegression.jl" repo, for custom modifications.
|