Spaces:
Running
Running
MilesCranmer
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -179,6 +179,7 @@ You can also see the full API at [this page](https://astroautomata.com/PySR/api)
|
|
179 |
|
180 |
The following code makes use of as many PySR features as possible.
|
181 |
Note that is just a demonstration of features and you should not use this example as-is.
|
|
|
182 |
|
183 |
```python
|
184 |
model = PySRRegressor(
|
|
|
179 |
|
180 |
The following code makes use of as many PySR features as possible.
|
181 |
Note that is just a demonstration of features and you should not use this example as-is.
|
182 |
+
For details on what each parameter does, check out the [API page](https://astroautomata.com/PySR/api/).
|
183 |
|
184 |
```python
|
185 |
model = PySRRegressor(
|