Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
f887ed1
1
Parent(s):
bdf365a
Correct kwargs docs
Browse files- pysr/sr.py +1 -2
pysr/sr.py
CHANGED
@@ -483,8 +483,7 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
|
|
483 |
whether to run feature selection in Python using random forests,
|
484 |
before passing to the symbolic regression code. None means no
|
485 |
feature selection; an int means select that many features.
|
486 |
-
|
487 |
-
kwargs : dict, default=None
|
488 |
Supports deprecated keyword arguments. Other arguments will
|
489 |
result in an error.
|
490 |
|
|
|
483 |
whether to run feature selection in Python using random forests,
|
484 |
before passing to the symbolic regression code. None means no
|
485 |
feature selection; an int means select that many features.
|
486 |
+
**kwargs : dict, default=None
|
|
|
487 |
Supports deprecated keyword arguments. Other arguments will
|
488 |
result in an error.
|
489 |
|