10000 Add model_selection to __init__ · scikit-learn/scikit-learn@c652e0f · GitHub
[go: up one dir, main page]

Skip to content

Commit c652e0f

Browse files
committed
Add model_selection to __init__
1 parent 491adfc commit c652e0f

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
@@ -65,7 +65,7 @@
6565
'linear_model', 'manifold', 'metrics', 'mixture', 'multiclass',
6666
'naive_bayes', 'neighbors', 'neural_network', 'pipeline',
6767
'preprocessing', 'qda', 'random_projection', 'semi_supervised',
68-
'svm', 'tree',
68+
'svm', 'tree', 'model_selection',
6969
# Non-modules:
7070
'clone']
7171

0 commit comments

Comments
 (0)
0