forked from sktime/sktime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
56 lines (48 loc) · 2.79 KB
/
CODEOWNERS
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
# The file lists sktime's algorithm maintainers as specified in GOVERNANCE.md.
# Each line is a file pattern followed by one or more owners.
* @mloning
sktime/classification/dictionary_based/ @patrickzib @MatthewMiddlehurst @TonyBagnall
sktime/classification/distance_based/ @jasonlines @goaster @TonyBagnall
sktime/classification/feature_based/ @MatthewMiddlehurst @TonyBagnall
sktime/classification/feature_based/_signature_classifier.py @jambo6
sktime/classification/hybrid/ @MatthewMiddlehurst @TonyBagnall
sktime/classification/interval_based/ @MatthewMiddlehurst @TonyBagnall
sktime/classification/kernel_based/ @MatthewMiddlehurst @TonyBagnall
sktime/classification/shapelet_based/ @jasonlines @ABostrom @TonyBagnall
sktime/classification/shapelet_based/_stc.py @jasonlines @ABostrom @MatthewMiddlehurst @TonyBagnall
sktime/transformations/panel/dictionary_based/ @patrickzib @MatthewMiddlehurst
sktime/transformations/panel/catch22.py @MatthewMiddlehurst
sktime/transformations/panel/shapelet_transform.py @MatthewMiddlehurst @TonyBagnall
sktime/transformations/panel/shapelets.py @jasonlines @ABostrom @TonyBagnall
sktime/transformations/panel/rocket/ @angus924
sktime/transformations/panel/rocket/_multirocket.py @ChangWeiTan @fstinner @angus924
sktime/transformations/panel/rocket/_multirocket_multivariate.py @ChangWeiTan @fstinner @angus924
sktime/transformations/series/impute.py @aiwalter
sktime/transformations/series/outlier_detection.py @aiwalter
sktime/transformations/series/compose.py @aiwalter
sktime/transformations/series/feature_selection.py @aiwalter
sktime/transformations/panel/signature_based/ @jambo6
sktime/transformations/series/theta.py @GuzalBulatova
sktime/transformations/series/difference.py @rnkuhns
sktime/transformations/series/exponent.py @rnkuhns
sktime/forecasting/base/ @fkiraly @mloning @aiwalter
sktime/forecasting/naive.py @Flix6x
sktime/forecasting/ets.py @HYang1996
sktime/forecasting/tests/test_ets.py @HYang1996
sktime/forecasting/fbprophet.py @aiwalter
sktime/forecasting/bats.py @aiwalter
sktime/forecasting/tbats.py @aiwalter
sktime/forecasting/arima.py @HYang1996
sktime/forecasting/structural.py @juanitorduz
sktime/forecasting/model_selection/_split @koralturkk
sktime/forecasting/compose/_column_ensemble.py @GuzalBulatova
sktime/forecasting/compose/_multiplexer.py @koralturkk @aiwalter
sktime/forecasting/compose/_pipeline.py @aiwalter
sktime/forecasting/compose/_ensemble.py @aiwalter
sktime/forecasting/online_learning/ @magittan
sktime/performance_metrics/forecasting/_functions.py @aiwalter @rnkuhns
sktime/performance_metrics/forecasting/_classes.py @rnkuhns
sktime/forecasting/hcrystalball.py @MichalChromcak
sktime/forecasting/test/test_hcrystalball.py @MichalChromcak
sktime/annotation/clasp.py @patrickzib @ermshaua
sktime/transformations/series/clasp.py @patrickzib @ermshaua