MilesCranmer commited on
Commit
9fd048b
·
1 Parent(s): d4db4ce

Describe local_install kwarg

Browse files
Files changed (1) hide show
  1. pysr/sr.py +3 -0
pysr/sr.py CHANGED
@@ -189,6 +189,9 @@ def pysr(X=None, y=None, weights=None,
189
  :param julia_optimization: int, Optimization level (0, 1, 2, 3)
190
  :param tempdir: str or None, directory for the temporary files
191
  :param delete_tempfiles: bool, whether to delete the temporary files after finishing
 
 
 
192
  :returns: pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
193
  (as strings).
194
 
 
189
  :param julia_optimization: int, Optimization level (0, 1, 2, 3)
190
  :param tempdir: str or None, directory for the temporary files
191
  :param delete_tempfiles: bool, whether to delete the temporary files after finishing
192
+ :param local_install: str or None, the root directory for the
193
+ `SymbolicRegression.jl` repo, so one can customize the search code
194
+ instead of using the pre-compiled package.
195
  :returns: pd.DataFrame, Results dataframe, giving complexity, MSE, and equations
196
  (as strings).
197