Skip to content

Commit

Permalink
Update old docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Mar 25, 2024
1 parent f175162 commit 5df1590
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -289,11 +289,6 @@ model = PySRRegressor(
# ^ Start from where left off.
bumper=True,
# ^ Faster evaluation (experimental)
julia_project=None,
# ^ Can set to the path of a folder containing the
# "SymbolicRegression.jl" repo, for custom modifications.
update=False,
# ^ Don't update Julia packages
extra_sympy_mappings={"cos2": lambda x: sympy.cos(x)**2},
# extra_torch_mappings={sympy.cos: torch.cos},
# ^ Not needed as cos already defined, but this
Expand Down

0 comments on commit 5df1590

Please sign in to comment.