Spaces:
Sleeping
Sleeping
Update old docs
Browse files
README.md
CHANGED
|
@@ -289,11 +289,6 @@ model = PySRRegressor(
|
|
| 289 |
# ^ Start from where left off.
|
| 290 |
bumper=True,
|
| 291 |
# ^ Faster evaluation (experimental)
|
| 292 |
-
julia_project=None,
|
| 293 |
-
# ^ Can set to the path of a folder containing the
|
| 294 |
-
# "SymbolicRegression.jl" repo, for custom modifications.
|
| 295 |
-
update=False,
|
| 296 |
-
# ^ Don't update Julia packages
|
| 297 |
extra_sympy_mappings={"cos2": lambda x: sympy.cos(x)**2},
|
| 298 |
# extra_torch_mappings={sympy.cos: torch.cos},
|
| 299 |
# ^ Not needed as cos already defined, but this
|
|
|
|
| 289 |
# ^ Start from where left off.
|
| 290 |
bumper=True,
|
| 291 |
# ^ Faster evaluation (experimental)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
extra_sympy_mappings={"cos2": lambda x: sympy.cos(x)**2},
|
| 293 |
# extra_torch_mappings={sympy.cos: torch.cos},
|
| 294 |
# ^ Not needed as cos already defined, but this
|