Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tingiskhan committed Nov 2, 2024
1 parent 9193a71 commit f06c442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions numpyro_sts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,11 @@ def predict(self, n: int, value: jnp.ndarray) -> "LinearTimeseries":
Creates a "prediction" instance of self.
Args:
n:
value:
n: Number of future predictions.
value: New start value.
Returns:
Returns new instance of :class:`LinearTimeseries`.
"""

future_model = LinearTimeseries(
Expand Down

0 comments on commit f06c442

Please sign in to comment.