Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
f5943a7
1
Parent(s):
a3686b4
Fix ordering in docs
Browse files- docs/examples.md +3 -3
docs/examples.md
CHANGED
@@ -136,7 +136,7 @@ This simple preprocessing step is enough to simplify our tabular dataset,
|
|
136 |
but again, for more structured datasets, you should try the deep learning
|
137 |
approach mentioned above.
|
138 |
|
139 |
-
##
|
140 |
|
141 |
Many datasets, especially in the observational sciences,
|
142 |
contain intrinsic noise. PySR is noise robust itself, as it is simply optimizing a loss function,
|
@@ -170,7 +170,7 @@ print(model)
|
|
170 |
```
|
171 |
If all goes well, you should find that it predicts the correct input equation, without the noise term!
|
172 |
|
173 |
-
##
|
174 |
|
175 |
For the many other features available in PySR, please
|
176 |
-
read the [Options section](options.md).
|
|
|
136 |
but again, for more structured datasets, you should try the deep learning
|
137 |
approach mentioned above.
|
138 |
|
139 |
+
## 6. Denoising
|
140 |
|
141 |
Many datasets, especially in the observational sciences,
|
142 |
contain intrinsic noise. PySR is noise robust itself, as it is simply optimizing a loss function,
|
|
|
170 |
```
|
171 |
If all goes well, you should find that it predicts the correct input equation, without the noise term!
|
172 |
|
173 |
+
## 7. Additional features
|
174 |
|
175 |
For the many other features available in PySR, please
|
176 |
+
read the [Options section](options.md).
|