Skip to content

Commit 6981bb7

Browse files
example output
1 parent 9a0255a commit 6981bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsml/transformations/_interval_extraction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ class RandomIntervalTransformer(TransformerMixin, BaseTimeSeriesEstimator):
110110
RandomIntervalTransformer(...)
111111
>>> print(tnf.transform(X)[0])
112112
[1.04753424 0.14925939 0.8473096 1.20552675 1.08976637 0.96853798
113-
1.14764656 1.07628806 0.18170775 0.8473096 1.29178823 1.08976637
114-
0.96853798 1.1907773 ]
113+
1.14764656 1.07628806 0.18170775 0.8473096 1.29178823 1.08976637
114+
0.96853798 1.1907773 ]
115115
"""
116116

117117
def __init__(

0 commit comments

Comments
 (0)