forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlabeler-module.yml
80 lines (54 loc) · 1.22 KB
/
labeler-module.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
module:cluster:
- sklearn/cluster/**/*
module:common:
- sklearn/common/**/*
module:compose:
- sklearn/compose/**/*
module:covariance:
- sklearn/covariance/**/*
module:cross_decomposition:
- sklearn/cross_decomposition/**/*
module:datasets:
- sklearn/datasets/**/*
module:decomposition:
- sklearn/decomposition/**/*
module:ensemble:
- sklearn/ensemble/**/*
module:feature_extraction:
- sklearn/feature_extraction/**/*
module:feature_selection:
- sklearn/feature_selection/**/*
module:gaussian_process:
- sklearn/gaussian_process/**/*
module:impute:
- sklearn/impute/**/*
module:inspection:
- sklearn/inspection/**/*
module:linear_model:
- sklearn/linear_model/**/*
module:manifold:
- sklearn/manifold/**/*
module:metrics:
- sklearn/metrics/**/*
module:mixture:
- sklearn/mixture/**/*
module:model_selection:
- sklearn/model_selection/**/*
module:naive_bayes:
- sklearn/naive_bayes.py
module:neighbors:
- sklearn/neighbors/**/*
module:neural_network:
- sklearn/neural_network/**/*
module:pipeline:
- sklearn/pipeline.py
module:preprocessing:
- sklearn/preprocessing/**/*
module:semi_supervised:
- sklearn/semi_supervised/**/*
module:svm:
- sklearn/svm/**/*
module:tree:
- sklearn/tree/**/*
module:utils:
- sklearn/utils/**/*