remove duplicate line (#16838)

This commit is contained in:
Shiva Raisinghani
2021-10-06 01:52:14 -07:00
committed by GitHub
parent 1cd0124fd5
commit 0b7704a269

View File

@@ -752,7 +752,6 @@ def prophet( # pylint: disable=too-many-arguments
- `__yhat`: the forecast for the given date
- `__yhat_lower`: the lower bound of the forecast for the given date
- `__yhat_upper`: the upper bound of the forecast for the given date
- `__yhat_upper`: the upper bound of the forecast for the given date
:param df: DataFrame containing all-numeric data (temporal column ignored)