MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia
https://astroautomata.com/PySR
Apache License 2.0
2.09k stars 197 forks source link

[BUG]: Small typo in documentation #489

Closed manuel-morales-a closed 6 months ago

manuel-morales-a commented 6 months ago

What happened?

There is a trivial bug in the README.md, a typo.

When defining a PySRRegressor, at some point it says denoising=True when the correct syntax is simply denoise=True.

Version

0.16.5

Operating System

macOS

Package Manager

None

Interface

Jupyter Notebook

Relevant log output

n/a.

Extra Info

It seems that I can't push a local branch that fixes the typo to the remote, otherwise I would've made a PR (and PR-ing a fork for this issue seems like an overkill).

Thanks!

MilesCranmer commented 6 months ago

Thanks! Just fixed it.