forked from GoogleCloudPlatform/ai-platform-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
33 lines (26 loc) · 893 Bytes
/
CODEOWNERS
File metadata and controls
33 lines (26 loc) · 893 Bytes
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
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
# Our Global Owners: @happyhuman @dizcology @nnegrey @sirtorry @andrewferlitsch @gogasca
* @GoogleCloudPlatform/cloudml-samples-owners
# Datasets Subfolder
/datasets @gogasca @happyhuman
# Notebooks Subfolder
/notebooks @gogasca @sirtorry @thedriftofwords
# Prediction Subfolder
/prediction/pytorch @nnegrey
/prediction/sklearn @happyhuman
/prediction/tensorflow @gogasca
/predition/xgboost @happyhuman
# Quickstart Subfolder
/quickstart @gogasca @happyhuman
# Setup Subfolder
/setup @happyhuman @gogasca
# Training Subfolder
/training/pytorch @nnegrey
/training/sklearn @happyhuman
/training/tensorflow @gogasca
/training/xgboost @happyhuman
# READMEs
*.md @nnegrey