MilesCranmer commited on
Commit
0d37390
1 Parent(s): b4fc2d4

Tweak name

Browse files
Files changed (1) hide show
  1. pysr/sr.py +1 -1
pysr/sr.py CHANGED
@@ -214,7 +214,7 @@ VALID_OPTIMIZER_ALGORITHMS = ["NelderMead", "BFGS"]
214
 
215
  class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
216
  """
217
- High-performance symbolic regression.
218
 
219
  This is the scikit-learn interface for SymbolicRegression.jl.
220
  This model will automatically search for equations which fit
 
214
 
215
  class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
216
  """
217
+ High-performance symbolic regression algorithm.
218
 
219
  This is the scikit-learn interface for SymbolicRegression.jl.
220
  This model will automatically search for equations which fit