Spaces:
Sleeping
Sleeping
Commit
·
db9848f
1
Parent(s):
cfa9a72
Cleanup
Browse files- pysr/sr.py +2 -2
pysr/sr.py
CHANGED
|
@@ -985,7 +985,7 @@ class PySRRegressor(BaseEstimator, RegressorMixin, MultiOutputMixin):
|
|
| 985 |
"""
|
| 986 |
Validates the parameters passed to the :term`fit` method.
|
| 987 |
|
| 988 |
-
This method also
|
| 989 |
|
| 990 |
Parameters
|
| 991 |
----------
|
|
@@ -1090,7 +1090,7 @@ class PySRRegressor(BaseEstimator, RegressorMixin, MultiOutputMixin):
|
|
| 1090 |
:param`self.select_k_features` if `self.select_k_features is not None`,
|
| 1091 |
otherwise it will be equal to :param`X.shape[1]`
|
| 1092 |
|
| 1093 |
-
y_transformed : ndarray of shape (n_samples,) or
|
| 1094 |
Transformed target data. n_samples will be equal to
|
| 1095 |
:param`Xresampled.shape[0]` if :param`self.denoise` is `True`,
|
| 1096 |
and :param`Xresampled is not None`, otherwise it will be
|
|
|
|
| 985 |
"""
|
| 986 |
Validates the parameters passed to the :term`fit` method.
|
| 987 |
|
| 988 |
+
This method also sets the `nout_` attribute.
|
| 989 |
|
| 990 |
Parameters
|
| 991 |
----------
|
|
|
|
| 1090 |
:param`self.select_k_features` if `self.select_k_features is not None`,
|
| 1091 |
otherwise it will be equal to :param`X.shape[1]`
|
| 1092 |
|
| 1093 |
+
y_transformed : ndarray of shape (n_samples,) or (n_samples, n_outputs)
|
| 1094 |
Transformed target data. n_samples will be equal to
|
| 1095 |
:param`Xresampled.shape[0]` if :param`self.denoise` is `True`,
|
| 1096 |
and :param`Xresampled is not None`, otherwise it will be
|