Spaces:
Running
Running
Commit
·
490251d
1
Parent(s):
96f8639
Clean up docs
Browse files- docs/examples.md +5 -4
- docs/index.html +0 -1
docs/examples.md
CHANGED
|
@@ -82,10 +82,6 @@ We can see the LaTeX version of this with:
|
|
| 82 |
model.latex()[0]
|
| 83 |
```
|
| 84 |
or output 1 with `model.latex()[1]`.
|
| 85 |
-
and the sympy version with:
|
| 86 |
-
```python
|
| 87 |
-
model.sympy()[0]
|
| 88 |
-
```
|
| 89 |
|
| 90 |
|
| 91 |
Let's plot the prediction against the truth:
|
|
@@ -99,3 +95,8 @@ plt.show()
|
|
| 99 |
Which gives us:
|
| 100 |
|
| 101 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 82 |
model.latex()[0]
|
| 83 |
```
|
| 84 |
or output 1 with `model.latex()[1]`.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 85 |
|
| 86 |
|
| 87 |
Let's plot the prediction against the truth:
|
|
|
|
| 95 |
Which gives us:
|
| 96 |
|
| 97 |

|
| 98 |
+
|
| 99 |
+
## 5. Additional features
|
| 100 |
+
|
| 101 |
+
For the many other features available in PySR, please
|
| 102 |
+
read the [Options section](options.md).
|
docs/index.html
CHANGED
|
@@ -7,7 +7,6 @@
|
|
| 7 |
<meta name="description" content="Description">
|
| 8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
| 9 |
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/dark.css">
|
| 10 |
-
https://cdn.jsdelivr.net/npm/prismjs@1.26.0/components/prism-python.min.js
|
| 11 |
</head>
|
| 12 |
<body>
|
| 13 |
<div id="app"></div>
|
|
|
|
| 7 |
<meta name="description" content="Description">
|
| 8 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
| 9 |
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/dark.css">
|
|
|
|
| 10 |
</head>
|
| 11 |
<body>
|
| 12 |
<div id="app"></div>
|