We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a1925 commit ed51c35Copy full SHA for ed51c35
libact/base/interfaces.py
@@ -73,7 +73,7 @@ def label(self, feature):
73
class Model(metaclass=ABCMeta):
74
"""Classification Model
75
76
- A Model retruns a class-predicting function for future samples after
+ A Model returns a class-predicting function for future samples after
77
trained on a training dataset.
78
"""
79
@abstractmethod
0 commit comments