Spaces:
Running
Running
Commit
·
2753bc9
1
Parent(s):
e0e2933
Fix broken links in README
Browse files
README.md
CHANGED
|
@@ -149,8 +149,9 @@ Note that `PySRRegressor` stores the state of the last search, and will restart
|
|
| 149 |
|
| 150 |
There are several other useful features such as denoising (e.g., `denoising=True`),
|
| 151 |
feature selection (e.g., `select_k_features=3`).
|
| 152 |
-
For
|
| 153 |
-
|
|
|
|
| 154 |
|
| 155 |
|
| 156 |
# Docker
|
|
|
|
| 149 |
|
| 150 |
There are several other useful features such as denoising (e.g., `denoising=True`),
|
| 151 |
feature selection (e.g., `select_k_features=3`).
|
| 152 |
+
For examples of these and other features, see the [examples page](https://astroautomata.com/PySR/#/examples).
|
| 153 |
+
For a detailed look at more options, see the [options page](https://astroautomata.com/PySR/#/options).
|
| 154 |
+
You can also see the full API at [this page](https://astroautomata.com/PySR/#/api).
|
| 155 |
|
| 156 |
|
| 157 |
# Docker
|