Spaces:
Running
Running
deepsource-autofix[bot]
commited on
Format code with black
Browse files- pysr/sr.py +1 -1
pysr/sr.py
CHANGED
@@ -210,7 +210,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
210 |
(highest accuracy).
|
211 |
- `"score"` selects the candidate model with the highest score.
|
212 |
Score is defined as the derivative of the log-loss with
|
213 |
-
respect to complexity - if an expression has a much better
|
214 |
oss at a slightly higher complexity, it is preferred.
|
215 |
- `"best"` selects the candidate model with the highest score
|
216 |
among expressions with a loss better than at least 1.5x the
|
|
|
210 |
(highest accuracy).
|
211 |
- `"score"` selects the candidate model with the highest score.
|
212 |
Score is defined as the derivative of the log-loss with
|
213 |
+
respect to complexity - if an expression has a much better
|
214 |
oss at a slightly higher complexity, it is preferred.
|
215 |
- `"best"` selects the candidate model with the highest score
|
216 |
among expressions with a loss better than at least 1.5x the
|