MilesCranmer commited on
Commit
c9cc6d7
1 Parent(s): 6ff4b77

Fix README note about denoising

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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., `denoising=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).
 
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).