MilesCranmer commited on
Commit
3c4243b
1 Parent(s): aaf3c83

Correct docstring

Browse files
Files changed (1) hide show
  1. pysr/sr.py +2 -2
pysr/sr.py CHANGED
@@ -533,8 +533,8 @@ class PySRRegressor(MultiOutputMixin, RegressorMixin, BaseEstimator):
533
 
534
  Attributes
535
  ----------
536
- equations_ : pandas.DataFrame
537
- DataFrame containing the results of model fitting.
538
 
539
  n_features_in_ : int
540
  Number of features seen during :term:`fit`.
 
533
 
534
  Attributes
535
  ----------
536
+ equations_ : { pandas.DataFrame | list[pandas.DataFrame] }
537
+ Processed DataFrame containing the results of model fitting.
538
 
539
  n_features_in_ : int
540
  Number of features seen during :term:`fit`.