Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
2a07166
1
Parent(s):
c01fb54
Partition README into different OS
Browse files
README.md
CHANGED
@@ -1,18 +1,20 @@
|
|
1 |
# [PySR](https://github.com/MilesCranmer/PySR)
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
(pronounced like *py* as in python, and then *sur* as in surface)
|
4 |
|
5 |
-
[
|
6 |
-
[![PyPI version](https://badge.fury.io/py/pysr.svg)](https://badge.fury.io/py/pysr)
|
7 |
-
![.github/workflows/CI.yml](https://github.com/MilesCranmer/PySR/workflows/.github/workflows/CI.yml/badge.svg)
|
8 |
-
[![Coverage Status](https://coveralls.io/repos/github/MilesCranmer/PySR/badge.svg)](https://coveralls.io/github/MilesCranmer/PySR)
|
9 |
|
10 |
-
**Parallelized symbolic regression built on Julia, and interfaced by Python.
|
11 |
-
Uses regularized evolution, simulated annealing, and gradient-free optimization.**
|
12 |
|
13 |
-
|
|
|
|
|
|
|
14 |
|
15 |
-
[Documentation](https://pysr.readthedocs.io/en/latest)
|
16 |
|
17 |
Check out [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl) for
|
18 |
the pure-Julia backend of this package.
|
|
|
1 |
# [PySR](https://github.com/MilesCranmer/PySR)
|
2 |
+
**Parallelized symbolic regression built on Julia, and interfaced by Python.
|
3 |
+
Uses regularized evolution, simulated annealing, and gradient-free optimization.**
|
4 |
+
| **Docs** | **pip** |
|
5 |
+
|---|---|
|
6 |
+
|[![Documentation Status](https://readthedocs.org/projects/pysr/badge/?version=latest)](https://pysr.readthedocs.io/en/latest/?badge=latest)|[![PyPI version](https://badge.fury.io/py/pysr.svg)](https://badge.fury.io/py/pysr)|
|
7 |
|
8 |
(pronounced like *py* as in python, and then *sur* as in surface)
|
9 |
|
10 |
+
[Cite this software](https://github.com/MilesCranmer/PySR/blob/master/CITATION.md)
|
|
|
|
|
|
|
11 |
|
|
|
|
|
12 |
|
13 |
+
### Test status:
|
14 |
+
| **Linux** | **Windows** | **macOS** | **Coverage** |
|
15 |
+
|---|---|---|---|
|
16 |
+
|[![.github/workflows/CI.yml](https://github.com/MilesCranmer/PySR/actions/workflows/CI.yml/badge.svg)](https://github.com/MilesCranmer/PySR/actions/workflows/CI.yml)|[![.github/workflows/CI_Windows.yml](https://github.com/MilesCranmer/PySR/actions/workflows/CI_Windows.yml/badge.svg)](https://github.com/MilesCranmer/PySR/actions/workflows/CI_Windows.yml)|![.github/workflows/CI.yml](https://github.com/MilesCranmer/PySR/workflows/.github/workflows/CI.yml/badge.svg)|[![Coverage Status](https://coveralls.io/repos/github/MilesCranmer/PySR/badge.svg)](https://coveralls.io/github/MilesCranmer/PySR)|
|
17 |
|
|
|
18 |
|
19 |
Check out [SymbolicRegression.jl](https://github.com/MilesCranmer/SymbolicRegression.jl) for
|
20 |
the pure-Julia backend of this package.
|