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