Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
a42ffe5
1
Parent(s):
fc68797
Update README output example
Browse files
README.md
CHANGED
@@ -126,13 +126,13 @@ print(model)
|
|
126 |
to print the learned equations:
|
127 |
```python
|
128 |
PySRRegressor.equations = [
|
129 |
-
|
130 |
-
0
|
131 |
-
1
|
132 |
-
2
|
133 |
-
3
|
134 |
-
4
|
135 |
-
5 >>>>
|
136 |
]
|
137 |
```
|
138 |
This arrow in the `pick` column indicates which equation is currently selected by your
|
|
|
126 |
to print the learned equations:
|
127 |
```python
|
128 |
PySRRegressor.equations = [
|
129 |
+
pick score equation loss complexity
|
130 |
+
0 0.000000 4.4324794 42.354317 1
|
131 |
+
1 1.255691 (x0 * x0) 3.437307 3
|
132 |
+
2 0.011629 ((x0 * x0) + -0.28087974) 3.358285 5
|
133 |
+
3 0.897855 ((x0 * x0) + cos(x3)) 1.368308 6
|
134 |
+
4 0.857018 ((x0 * x0) + (cos(x3) * 2.4566472)) 0.246483 8
|
135 |
+
5 >>>> inf (((cos(x3) + -0.19699033) * 2.5382123) + (x0 *... 0.000000 10
|
136 |
]
|
137 |
```
|
138 |
This arrow in the `pick` column indicates which equation is currently selected by your
|