Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
9d099ff
1
Parent(s):
5ca38cd
Warn user about using `update=True`
Browse files- pysr/sr.py +4 -1
pysr/sr.py
CHANGED
@@ -523,7 +523,10 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
523 |
Default gives the Python package directory, where a
|
524 |
Project.toml file should be present from the install.
|
525 |
update: bool
|
526 |
-
Whether to automatically update Julia packages.
|
|
|
|
|
|
|
527 |
Default is `False`.
|
528 |
output_jax_format : bool
|
529 |
Whether to create a 'jax_format' column in the output,
|
|
|
523 |
Default gives the Python package directory, where a
|
524 |
Project.toml file should be present from the install.
|
525 |
update: bool
|
526 |
+
Whether to automatically update Julia packages when `fit` is called.
|
527 |
+
You should make sure that PySR is up-to-date itself first, as
|
528 |
+
the packaged Julia packages may not necessarily include all
|
529 |
+
updated dependencies.
|
530 |
Default is `False`.
|
531 |
output_jax_format : bool
|
532 |
Whether to create a 'jax_format' column in the output,
|