Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MilesCranmer
/
PySR
like
1
Sleeping
App
Files
Files
Community
3abb4b0
PySR
/
test
/
test.py
MilesCranmer
Add .travis.yml
bed9614
about 4 years ago
raw
Copy download link
history
blame
122 Bytes
import
numpy
as
np
from
pysr
import
pysr
X = np.random.randn(
100
,
5
)
y = X[:,
0
]
equations = pysr(X, y)
print
(equations)