Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
b7b7f87
1
Parent(s):
c54eed1
Fix README
Browse files
README.md
CHANGED
@@ -99,7 +99,7 @@ model = PySRRegressor(
|
|
99 |
loss="loss(x, y) = (x - y)^2", # Custom loss function (julia syntax)
|
100 |
)
|
101 |
```
|
102 |
-
This will set up the model for
|
103 |
|
104 |
Let's train this model on our dataset:
|
105 |
```python
|
|
|
99 |
loss="loss(x, y) = (x - y)^2", # Custom loss function (julia syntax)
|
100 |
)
|
101 |
```
|
102 |
+
This will set up the model for 40 iterations of the search code, which contains hundreds of thousands of mutations and equation evaluations.
|
103 |
|
104 |
Let's train this model on our dataset:
|
105 |
```python
|