Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
72959f0
1
Parent(s):
8e088d6
Remove mistaken local Project.toml from example.py
Browse files- example.py +0 -1
example.py
CHANGED
@@ -18,7 +18,6 @@ equations = pysr(
|
|
18 |
"inv(x) = 1/x",
|
19 |
],
|
20 |
loss="loss(x, y) = abs(x - y)", # Custom loss function
|
21 |
-
julia_project="../SymbolicRegression.jl",
|
22 |
) # Define your own operator! (Julia syntax)
|
23 |
|
24 |
... # (you can use ctl-c to exit early)
|
|
|
18 |
"inv(x) = 1/x",
|
19 |
],
|
20 |
loss="loss(x, y) = abs(x - y)", # Custom loss function
|
|
|
21 |
) # Define your own operator! (Julia syntax)
|
22 |
|
23 |
... # (you can use ctl-c to exit early)
|