MilesCranmer commited on
Commit
2f64833
1 Parent(s): 3483e73

Remove newline to satisfy mkdocs

Browse files
Files changed (1) hide show
  1. pysr/sr.py +0 -1
pysr/sr.py CHANGED
@@ -1771,7 +1771,6 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
1771
  ----------
1772
  X : ndarray | pandas.DataFrame
1773
  Training data of shape `(n_samples, n_features)`.
1774
-
1775
  index : int | list[int]
1776
  If you want to compute the output of an expression using a
1777
  particular row of `self.equations_`, you may specify the index here.
 
1771
  ----------
1772
  X : ndarray | pandas.DataFrame
1773
  Training data of shape `(n_samples, n_features)`.
 
1774
  index : int | list[int]
1775
  If you want to compute the output of an expression using a
1776
  particular row of `self.equations_`, you may specify the index here.