Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
a29e818
1
Parent(s):
dfabd6e
Point to docs page in docstring
Browse files- pysr/sr.py +2 -0
pysr/sr.py
CHANGED
@@ -137,6 +137,8 @@ def pysr(
|
|
137 |
Note: most default parameters have been tuned over several example
|
138 |
equations, but you should adjust `niterations`,
|
139 |
`binary_operators`, `unary_operators` to your requirements.
|
|
|
|
|
140 |
|
141 |
:param X: 2D array. Rows are examples, columns are features. If pandas DataFrame, the columns are used for variable names (so make sure they don't contain spaces).
|
142 |
:type X: np.ndarray/pandas.DataFrame
|
|
|
137 |
Note: most default parameters have been tuned over several example
|
138 |
equations, but you should adjust `niterations`,
|
139 |
`binary_operators`, `unary_operators` to your requirements.
|
140 |
+
You can view more detailed explanations of the options on the
|
141 |
+
[options page](https://pysr.readthedocs.io/en/latest/docs/options/) of the documentation.
|
142 |
|
143 |
:param X: 2D array. Rows are examples, columns are features. If pandas DataFrame, the columns are used for variable names (so make sure they don't contain spaces).
|
144 |
:type X: np.ndarray/pandas.DataFrame
|