Skip to content

Commit

Permalink
example output
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMiddlehurst committed Jul 20, 2023
1 parent 9a0255a commit 6981bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsml/transformations/_interval_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ class RandomIntervalTransformer(TransformerMixin, BaseTimeSeriesEstimator):
RandomIntervalTransformer(...)
>>> print(tnf.transform(X)[0])
[1.04753424 0.14925939 0.8473096 1.20552675 1.08976637 0.96853798
1.14764656 1.07628806 0.18170775 0.8473096 1.29178823 1.08976637
0.96853798 1.1907773 ]
1.14764656 1.07628806 0.18170775 0.8473096 1.29178823 1.08976637
0.96853798 1.1907773 ]
"""

def __init__(
Expand Down

0 comments on commit 6981bb7

Please sign in to comment.