MilesCranmer commited on
Commit
61635b9
1 Parent(s): 964082a

Delete spurious param in docstring

Browse files
Files changed (1) hide show
  1. pysr/sr.py +0 -1
pysr/sr.py CHANGED
@@ -141,7 +141,6 @@ def pysr(X=None, y=None, weights=None,
141
  15% faster. May be algorithmically less efficient.
142
  :param variable_names: list, a list of names for the variables, other
143
  than "x0", "x1", etc.
144
- :param feature_selection: bool,
145
  :param select_k_features: (None, int), whether to run feature selection in
146
  Python using random forests, before passing to the symbolic regression
147
  code. None means no feature selection; an int means select that many
 
141
  15% faster. May be algorithmically less efficient.
142
  :param variable_names: list, a list of names for the variables, other
143
  than "x0", "x1", etc.
 
144
  :param select_k_features: (None, int), whether to run feature selection in
145
  Python using random forests, before passing to the symbolic regression
146
  code. None means no feature selection; an int means select that many