Skip to content

Commit

Permalink
add descriptions of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
bojunliu0818 committed Jun 21, 2024
1 parent c7ff850 commit 6989f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdart/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def fit(self, data):
Returns
-------
TSDARTEstimator
self : TSDARTEstimator
"""

states = self._model.transform(data, return_type='states')
Expand Down

0 comments on commit 6989f22

Please sign in to comment.