MilesCranmer commited on
Commit
5969aa3
1 Parent(s): 0c1c3db

Clean up README

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -106,6 +106,7 @@ Now, let's create a PySR model and train it.
106
  PySR's main interface is in the style of scikit-learn:
107
  ```python
108
  from pysr import PySRRegressor
 
109
  model = PySRRegressor(
110
  model_selection="best", # Result is mix of simplicity+accuracy
111
  niterations=40,
 
106
  PySR's main interface is in the style of scikit-learn:
107
  ```python
108
  from pysr import PySRRegressor
109
+
110
  model = PySRRegressor(
111
  model_selection="best", # Result is mix of simplicity+accuracy
112
  niterations=40,