8000 Add multi_label module to init file · scikit-learn/scikit-learn@c040e6c · GitHub
[go: up one dir, main page]

Skip to content

Commit c040e6c

Browse files
committed
Add multi_label module to init file
1 parent 59490ae commit c040e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'linear_model', 'manifold', 'metrics', 'mixture', 'multiclass',
4747
'naive_bayes', 'neighbors', 'neural_network', 'pipeline',
4848
'preprocessing', 'qda', 'random_projection', 'semi_supervised',
49-
'svm', 'tree',
49+
'svm', 'tree', 'multi_label',
5050
# Non-modules:
5151
'clone']
5252

0 commit comments

Comments
 (0)
0