deepsource-autofix[bot] commited on
Commit
74c5005
·
unverified ·
1 Parent(s): 9351408

Format code with black

Browse files
Files changed (1) hide show
  1. 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