Skip to content

Commit af941ca

Browse files
committed
fix: modAL.utils.__init__ fixed, functions added
1 parent 2e192e7 commit af941ca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modAL/utils/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
from .combination import make_linear_combination, make_product, make_query_strategy
2+
from .data import data_vstack
13
from .selection import multi_argmax, weighted_random
24
from .validation import check_class_labels, check_class_proba
35

46
__all__ = [
7+
'make_linear_combination', 'make_product', 'make_query_strategy',
8+
'data_vstack',
59
'multi_argmax', 'weighted_random',
610
'check_class_labels', 'check_class_proba'
711
]

0 commit comments

Comments
 (0)