Skip to content

Commit

Permalink
Clean up README
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Aug 13, 2022
1 parent 0c1c3db commit 5969aa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Now, let's create a PySR model and train it.
PySR's main interface is in the style of scikit-learn:
```python
from pysr import PySRRegressor

model = PySRRegressor(
model_selection="best", # Result is mix of simplicity+accuracy
niterations=40,
Expand Down

0 comments on commit 5969aa3

Please sign in to comment.