We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae8974 commit 6634b11Copy full SHA for 6634b11
libact/labelers/ideal_labeler.py
@@ -11,11 +11,12 @@ class IdealLabeler(Labeler):
11
12
Attributes
13
----------
14
- features: numpy array
+ features: array-like, shape = (n_samples, n_features)
15
an array of features used as the search keys for labels
16
17
- label: numpy array
18
- an array of noiesless labels corresponding to the features
+ label: array-like, shape = (n_samples)
+ an array of labels corresponding to the features
19
+
20
"""
21
22
def __init__(self, dataset, **kwargs):
0 commit comments