Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
2bf9759
1
Parent(s):
022de02
Update README
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ Uses regularized evolution, simulated annealing, and gradient-free optimization.
|
|
14 |
[Documentation](https://pysr.readthedocs.io/en/latest)
|
15 |
|
16 |
Check out [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl) for
|
17 |
-
the pure-Julia
|
18 |
|
19 |
Symbolic regression is a very interpretable machine learning algorithm
|
20 |
for low-dimensional problems: these tools search equation space
|
@@ -52,7 +52,6 @@ then instructions for [mac](https://julialang.org/downloads/platform/#macos)
|
|
52 |
and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
|
53 |
(Don't use the `conda-forge` version; it doesn't seem to work properly.)
|
54 |
|
55 |
-
|
56 |
You can install PySR with:
|
57 |
```bash
|
58 |
pip install pysr
|
|
|
14 |
[Documentation](https://pysr.readthedocs.io/en/latest)
|
15 |
|
16 |
Check out [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl) for
|
17 |
+
the pure-Julia backend of this package.
|
18 |
|
19 |
Symbolic regression is a very interpretable machine learning algorithm
|
20 |
for low-dimensional problems: these tools search equation space
|
|
|
52 |
and [linux](https://julialang.org/downloads/platform/#linux_and_freebsd).
|
53 |
(Don't use the `conda-forge` version; it doesn't seem to work properly.)
|
54 |
|
|
|
55 |
You can install PySR with:
|
56 |
```bash
|
57 |
pip install pysr
|