Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
025ed0e
1
Parent(s):
1175632
Mention Julia package in README
Browse files
README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# [PySR
|
2 |
|
3 |
(pronounced like *py* as in python, and then *sur* as in surface)
|
4 |
|
@@ -13,6 +13,9 @@ Uses regularized evolution, simulated annealing, and gradient-free optimization.
|
|
13 |
|
14 |
[Documentation](https://pysr.readthedocs.io/en/latest)
|
15 |
|
|
|
|
|
|
|
16 |
Symbolic regression is a very interpretable machine learning algorithm
|
17 |
for low-dimensional problems: these tools search equation space
|
18 |
to find algebraic relations that approximate a dataset.
|
|
|
1 |
+
# [PySR](https://github.com/MilesCranmer/PySR)
|
2 |
|
3 |
(pronounced like *py* as in python, and then *sur* as in surface)
|
4 |
|
|
|
13 |
|
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 version of this package.
|
18 |
+
|
19 |
Symbolic regression is a very interpretable machine learning algorithm
|
20 |
for low-dimensional problems: these tools search equation space
|
21 |
to find algebraic relations that approximate a dataset.
|