Skip to content

Commit

Permalink
Fix README note about denoising
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Dec 19, 2023
1 parent 6ff4b77 commit c9cc6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ You may load the model from the `pkl` file with:
model = PySRRegressor.from_file("hall_of_fame.2022-08-10_100832.281.pkl")
```

There are several other useful features such as denoising (e.g., `denoising=True`),
There are several other useful features such as denoising (e.g., `denoise=True`),
feature selection (e.g., `select_k_features=3`).
For examples of these and other features, see the [examples page](https://astroautomata.com/PySR/examples).
For a detailed look at more options, see the [options page](https://astroautomata.com/PySR/options).
Expand Down

0 comments on commit c9cc6d7

Please sign in to comment.