Skip to content

Commit

Permalink
Update pysr/regressor_sequence.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer authored Aug 26, 2024
1 parent 66542ff commit 63e7785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysr/regressor_sequence.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def fit(
Parameters
----------
X : ndarray | pandas.DataFrame
Sequence of shape (n_times, n_features).
Sequence of shape (n_times, n_features) or (n_times,)
weights : ndarray | pandas.DataFrame
Weight array of the same shape as `X`.
Each element is how to weight the mean-square-error loss
Expand Down

0 comments on commit 63e7785

Please sign in to comment.