Spaces:
Running
Running
Clean up README
Browse files
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,
|