Skip to content

Commit 67a1925

Browse files
committed
fix typos and modify explanation
1 parent 3faf3e8 commit 67a1925

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libact/base/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def label(self, feature):
5959
6060
Parameters
6161
----------
62-
feautre : array-like, shape (n_features,)
62+
feature : array-like, shape (n_features,)
6363
The feature vector whose label is to queried.
6464
6565
Returns

libact/labelers/ideal_labeler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class IdealLabeler(Labeler):
1313
Parameters
1414
----------
1515
dataset: Dataset object
16-
Dataset object with the ground truth in labeled data.
16+
Dataset object with the ground-truth label for each sample.
1717
1818
"""
1919

0 commit comments

Comments
 (0)