Skip to content

Commit 6634b11

Browse files
committed
update labeler docstring
1 parent 3ae8974 commit 6634b11

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

libact/labelers/ideal_labeler.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ class IdealLabeler(Labeler):
1111
1212
Attributes
1313
----------
14-
features: numpy array
14+
features: array-like, shape = (n_samples, n_features)
1515
an array of features used as the search keys for labels
1616
17-
label: numpy array
18-
an array of noiesless labels corresponding to the features
17+
label: array-like, shape = (n_samples)
18+
an array of labels corresponding to the features
19+
1920
"""
2021

2122
def __init__(self, dataset, **kwargs):

0 commit comments

Comments
 (0)