Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
1eeeb79
1
Parent(s):
e7ff6db
Clean up formatting
Browse files- pysr/sr.py +0 -2
pysr/sr.py
CHANGED
@@ -952,8 +952,6 @@ class PySRRegressor(BaseEstimator, RegressorMixin):
|
|
952 |
"If you are using a custom operator, make sure to define it in extra_sympy_mappings, "
|
953 |
"e.g., `model.set_params(extra_sympy_mappings={'inv': lambda x: 1 / x})`."
|
954 |
) from error
|
955 |
-
|
956 |
-
|
957 |
|
958 |
def sympy(self, index=None):
|
959 |
"""Return sympy representation of the equation(s) chosen by `model_selection`.
|
|
|
952 |
"If you are using a custom operator, make sure to define it in extra_sympy_mappings, "
|
953 |
"e.g., `model.set_params(extra_sympy_mappings={'inv': lambda x: 1 / x})`."
|
954 |
) from error
|
|
|
|
|
955 |
|
956 |
def sympy(self, index=None):
|
957 |
"""Return sympy representation of the equation(s) chosen by `model_selection`.
|