Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/prophet/forecaster.py
Original file line number Diff line number Diff line change
Expand Up @@ -1892,7 +1892,7 @@ def _make_historical_mat_time(
np.ndarray[tuple[int], np.dtype[np.float64]],
]:
"""
Creates a matrix of slope-deltas where these changes occured in training data according to the trained prophet obj
Creates a matrix of slope-deltas where these changes occurred in training data according to the trained prophet obj
"""
if single_diff is None:
single_diff = np.diff(t_time).mean()
Expand Down