From 5df1590c0f7e2964cfdd1656826c40e934b03cac Mon Sep 17 00:00:00 2001 From: Miles Cranmer Date: Mon, 25 Mar 2024 09:49:27 +0000 Subject: [PATCH] Update old docs --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 8af19b21..8ee07b0b 100644 --- a/README.md +++ b/README.md @@ -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