Spaces:
Sleeping
Sleeping
Fix broken links
Browse files- pysr/sr.py +2 -2
pysr/sr.py
CHANGED
|
@@ -1324,7 +1324,7 @@ class PySRRegressor(BaseEstimator, RegressorMixin):
|
|
| 1324 |
self.params_hash = cur_hash
|
| 1325 |
|
| 1326 |
# Call to Julia backend.
|
| 1327 |
-
# See https://github.com/search?q=%22function+Options%22+repo%3AMilesCranmer%2FSymbolicRegression.jl+path%3A%2Fsrc%2F+filename%3AOptions.jl+language%3AJulia
|
| 1328 |
options = Main.Options(
|
| 1329 |
binary_operators=Main.eval(str(tuple(binary_operators)).replace("'", "")),
|
| 1330 |
unary_operators=Main.eval(str(tuple(unary_operators)).replace("'", "")),
|
|
@@ -1397,7 +1397,7 @@ class PySRRegressor(BaseEstimator, RegressorMixin):
|
|
| 1397 |
cprocs = 0 if multithreading else procs
|
| 1398 |
|
| 1399 |
# Call to Julia backend.
|
| 1400 |
-
# See https://github.com/search?q=%22function+EquationSearch%22+repo%3AMilesCranmer%2FSymbolicRegression.jl+path%3A%2Fsrc%2F+filename%3ASymbolicRegression.jl+language%3AJulia
|
| 1401 |
self.raw_julia_state = Main.EquationSearch(
|
| 1402 |
Main.X,
|
| 1403 |
Main.y,
|
|
|
|
| 1324 |
self.params_hash = cur_hash
|
| 1325 |
|
| 1326 |
# Call to Julia backend.
|
| 1327 |
+
# See https://github.com/search?q=%22function+Options%22+repo%3AMilesCranmer%2FSymbolicRegression.jl+path%3A%2Fsrc%2F+filename%3AOptions.jl+language%3AJulia&type=Code
|
| 1328 |
options = Main.Options(
|
| 1329 |
binary_operators=Main.eval(str(tuple(binary_operators)).replace("'", "")),
|
| 1330 |
unary_operators=Main.eval(str(tuple(unary_operators)).replace("'", "")),
|
|
|
|
| 1397 |
cprocs = 0 if multithreading else procs
|
| 1398 |
|
| 1399 |
# Call to Julia backend.
|
| 1400 |
+
# See https://github.com/search?q=%22function+EquationSearch%22+repo%3AMilesCranmer%2FSymbolicRegression.jl+path%3A%2Fsrc%2F+filename%3ASymbolicRegression.jl+language%3AJulia&type=Code
|
| 1401 |
self.raw_julia_state = Main.EquationSearch(
|
| 1402 |
Main.X,
|
| 1403 |
Main.y,
|