forked from sktime/sktime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
70 lines (63 loc) · 3.61 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# The file lists sktime's algorithm maintainers as specified in GOVERNANCE.md.
# Each line is a file pattern followed by one or more owners.
* @fkiraly @aiwalter
sktime/classification/dummy/ @ZiyaoWei
sktime/classification/dictionary_based/ @patrickzib @MatthewMiddlehurst @TonyBagnall
sktime/classification/distance_based/ @jasonlines @goaster @TonyBagnall
sktime/classification/early_classification/ @MatthewMiddlehurst @TonyBagnall
sktime/classification/early_classification/_teaser.py @patrickzib @MatthewMiddlehurst @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/transformations/series/scaledlogit.py @ltsaprounis
sktime/transformations/series/kalman_filter.py @NoaBenAmi
sktime/transformations/panel/augmenter.py @MrPr3ntice @iljamaurer
sktime/transformations/multiplex.py @miraep8
sktime/transformations/tests/test_multiplexer.py @miraep8
sktime/transformations/panel/channel_selection.py @haskarb @a-pasos-ruiz @TonyBagnall
sktime/forecasting/base/ @fkiraly @mloning @aiwalter
sktime/forecasting/base/adapters/_statsforecast.py @FedericoGarza
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/statsforecast.py @FedericoGarza
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/forecasting/sarimax.py @TNTran92
sktime/performance_metrics/forecasting/_functions.py @aiwalter @rnkuhns
sktime/performance_metrics/forecasting/_classes.py @rnkuhns
sktime/performance_metrics/annotation @lmmentel
sktime/annotation/clasp.py @patrickzib @ermshaua
sktime/annotation/igts.py @lmmentel
sktime/annotation/ggs.py @lmmentel
sktime/annotation/datagen.py @lmmentel
sktime/transformations/series/clasp.py @patrickzib @ermshaua
.github/workflows/* @lmmentel @freddyaboulton