Spaces:
Running
Running
Commit
·
6bd5a10
1
Parent(s):
45bf2c2
Update docs on expected csv file
Browse files- pysr/sr.py +1 -1
pysr/sr.py
CHANGED
|
@@ -469,7 +469,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
| 469 |
Whether to use a progress bar instead of printing to stdout.
|
| 470 |
|
| 471 |
equation_file : str, default=None
|
| 472 |
-
Where to save the files (
|
| 473 |
|
| 474 |
temp_equation_file : bool, default=False
|
| 475 |
Whether to put the hall of fame file in the temp directory.
|
|
|
|
| 469 |
Whether to use a progress bar instead of printing to stdout.
|
| 470 |
|
| 471 |
equation_file : str, default=None
|
| 472 |
+
Where to save the files (with `.csv` extension).
|
| 473 |
|
| 474 |
temp_equation_file : bool, default=False
|
| 475 |
Whether to put the hall of fame file in the temp directory.
|