Skip to content

Commit f46bfed

Browse files
committed
docstring
1 parent 5ff3755 commit f46bfed

File tree

1 file changed

+1
-2
lines changed
  • aeon/transformations/collection/channel_selection

1 file changed

+1
-2
lines changed

aeon/transformations/collection/channel_selection/_random.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ class RandomChannelSelector(BaseChannelSelector):
2727
Examples
2828
--------
2929
>>> import numpy as np
30-
>>> from aeon.transformations.collection.channel_selection._random import
31-
... RandomChannelSelector
30+
>>> from aeon.transformations.collection.channel_selection import RandomChannelSelector # noqa
3231
>>> X = np.random.rand(10, 10, 100)
3332
>>> selector = RandomChannelSelector(p=0.4)
3433
>>> XNew = selector.fit_transform(X)

0 commit comments

Comments
 (0)