Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
7f2c133
1
Parent(s):
cce046c
Fix best() for multi-output
Browse files- pysr/sr.py +1 -1
pysr/sr.py
CHANGED
@@ -728,7 +728,7 @@ def run_feature_selection(X, y, select_k_features):
|
|
728 |
|
729 |
def get_hof(equation_file=None, n_features=None, variable_names=None,
|
730 |
extra_sympy_mappings=None, output_jax_format=False,
|
731 |
-
multioutput=
|
732 |
"""Get the equations from a hall of fame file. If no arguments
|
733 |
entered, the ones used previously from a call to PySR will be used."""
|
734 |
|
|
|
728 |
|
729 |
def get_hof(equation_file=None, n_features=None, variable_names=None,
|
730 |
extra_sympy_mappings=None, output_jax_format=False,
|
731 |
+
multioutput=None, nout=None, **kwargs):
|
732 |
"""Get the equations from a hall of fame file. If no arguments
|
733 |
entered, the ones used previously from a call to PySR will be used."""
|
734 |
|