Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
β’
5835f22
1
Parent(s):
f29cf52
Update README.md with contributors
Browse files
README.md
CHANGED
@@ -6,12 +6,8 @@ https://user-images.githubusercontent.com/7593028/188328887-1b6cda72-2f41-439e-a
|
|
6 |
|
7 |
# PySR: High-Performance Symbolic Regression in Python
|
8 |
|
9 |
-
</div>
|
10 |
-
|
11 |
PySR uses evolutionary algorithms to search for symbolic expressions which optimize a particular objective.
|
12 |
|
13 |
-
<div align="center">
|
14 |
-
|
15 |
| **Docs** | **Forums** | **colab demo** |
|
16 |
|:---:|:---:|:---:|
|
17 |
|[![Documentation](https://github.com/MilesCranmer/PySR/actions/workflows/docs.yml/badge.svg)](https://astroautomata.com/PySR/)|[![Discussions](https://img.shields.io/badge/discussions-github-informational)](https://github.com/MilesCranmer/PySR/discussions)|[![Colab](https://img.shields.io/badge/colab-notebook-yellow)](https://colab.research.google.com/github/MilesCranmer/PySR/blob/master/examples/pysr_demo.ipynb)|
|
@@ -20,10 +16,22 @@ PySR uses evolutionary algorithms to search for symbolic expressions which optim
|
|
20 |
|
21 |
</div>
|
22 |
|
23 |
-
|
|
|
24 |
|
25 |
If you find PySR useful, please cite it using the citation information given in [CITATION.md](https://github.com/MilesCranmer/PySR/blob/master/CITATION.md).
|
26 |
-
If you've finished a project with PySR, please submit a PR to showcase your work on the [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
<div align="center">
|
29 |
|
|
|
6 |
|
7 |
# PySR: High-Performance Symbolic Regression in Python
|
8 |
|
|
|
|
|
9 |
PySR uses evolutionary algorithms to search for symbolic expressions which optimize a particular objective.
|
10 |
|
|
|
|
|
11 |
| **Docs** | **Forums** | **colab demo** |
|
12 |
|:---:|:---:|:---:|
|
13 |
|[![Documentation](https://github.com/MilesCranmer/PySR/actions/workflows/docs.yml/badge.svg)](https://astroautomata.com/PySR/)|[![Discussions](https://img.shields.io/badge/discussions-github-informational)](https://github.com/MilesCranmer/PySR/discussions)|[![Colab](https://img.shields.io/badge/colab-notebook-yellow)](https://colab.research.google.com/github/MilesCranmer/PySR/blob/master/examples/pysr_demo.ipynb)|
|
|
|
16 |
|
17 |
</div>
|
18 |
|
19 |
+
We warmly welcome new contributors and are happy to get you up to speed! Check out our contributors [guide](https://github.com/MilesCranmer/PySR/blob/master/CONTRIBUTORS.md) for tips π.
|
20 |
+
If you have an idea for a new feature, don't hesitate to share it on the [issues](https://github.com/MilesCranmer/PySR/issues) or [discussions](https://github.com/MilesCranmer/PySR/discussions) page.
|
21 |
|
22 |
If you find PySR useful, please cite it using the citation information given in [CITATION.md](https://github.com/MilesCranmer/PySR/blob/master/CITATION.md).
|
23 |
+
If you've finished a project with PySR, please submit a PR to showcase your work on the [research showcase page](https://astroautomata.com/PySR/papers)!
|
24 |
+
|
25 |
+
### Contributors
|
26 |
+
|
27 |
+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
28 |
+
<!-- prettier-ignore-start -->
|
29 |
+
<!-- markdownlint-disable -->
|
30 |
+
|
31 |
+
<!-- markdownlint-restore -->
|
32 |
+
<!-- prettier-ignore-end -->
|
33 |
+
|
34 |
+
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
35 |
|
36 |
<div align="center">
|
37 |
|