Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
0387e10
1
Parent(s):
19ef535
Tweak docstring
Browse files- pysr/sr.py +1 -1
pysr/sr.py
CHANGED
@@ -1390,7 +1390,7 @@ class PySRRegressor(BaseEstimator, RegressorMixin, MultiOutputMixin):
|
|
1390 |
for that particular element of y.
|
1391 |
|
1392 |
variable_names : list[str], default=None
|
1393 |
-
A list of names for the variables,
|
1394 |
If :param`X` is a pandas dataframe, the column names will be used.
|
1395 |
If variable_names are specified
|
1396 |
|
|
|
1390 |
for that particular element of y.
|
1391 |
|
1392 |
variable_names : list[str], default=None
|
1393 |
+
A list of names for the variables, rather than "x0", "x1", etc.
|
1394 |
If :param`X` is a pandas dataframe, the column names will be used.
|
1395 |
If variable_names are specified
|
1396 |
|