Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
c9cc6d7
1
Parent(s):
6ff4b77
Fix README note about denoising
Browse files
README.md
CHANGED
@@ -286,7 +286,7 @@ You may load the model from the `pkl` file with:
|
|
286 |
model = PySRRegressor.from_file("hall_of_fame.2022-08-10_100832.281.pkl")
|
287 |
```
|
288 |
|
289 |
-
There are several other useful features such as denoising (e.g., `
|
290 |
feature selection (e.g., `select_k_features=3`).
|
291 |
For examples of these and other features, see the [examples page](https://astroautomata.com/PySR/examples).
|
292 |
For a detailed look at more options, see the [options page](https://astroautomata.com/PySR/options).
|
|
|
286 |
model = PySRRegressor.from_file("hall_of_fame.2022-08-10_100832.281.pkl")
|
287 |
```
|
288 |
|
289 |
+
There are several other useful features such as denoising (e.g., `denoise=True`),
|
290 |
feature selection (e.g., `select_k_features=3`).
|
291 |
For examples of these and other features, see the [examples page](https://astroautomata.com/PySR/examples).
|
292 |
For a detailed look at more options, see the [options page](https://astroautomata.com/PySR/options).
|