Spaces:
Running
Running
Merge branch 'improved-model-selection' of ssh://ssh.github.com:443/MilesCranmer/PySR into improved-model-selection
Browse files- pysr/sr.py +1 -1
pysr/sr.py
CHANGED
|
@@ -212,7 +212,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
| 212 |
(highest accuracy).
|
| 213 |
- `"score"` selects the candidate model with the highest score.
|
| 214 |
Score is defined as the derivative of the log-loss with
|
| 215 |
-
respect to complexity - if an expression has a much better
|
| 216 |
oss at a slightly higher complexity, it is preferred.
|
| 217 |
- `"best"` selects the candidate model with the highest score
|
| 218 |
among expressions with a loss better than at least 1.5x the
|
|
|
|
| 212 |
(highest accuracy).
|
| 213 |
- `"score"` selects the candidate model with the highest score.
|
| 214 |
Score is defined as the derivative of the log-loss with
|
| 215 |
+
respect to complexity - if an expression has a much better
|
| 216 |
oss at a slightly higher complexity, it is preferred.
|
| 217 |
- `"best"` selects the candidate model with the highest score
|
| 218 |
among expressions with a loss better than at least 1.5x the
|