forked from GoogleCloudPlatform/ai-platform-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
33 lines (26 loc) · 830 Bytes
/
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
# 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: @dizcology @sirtorry @andrewferlitsch @lucaswadedavis @vinnysenthil @telpirion @aribray @ivanmkc @morgandu
* @GoogleCloudPlatform/cloudml-samples-owners
# Datasets Subfolder
/datasets @aribray @sirtorry
# Notebooks Subfolder
/notebooks @sirtorry @thedriftofwords
# Prediction Subfolder
# /prediction/pytorch @
# /prediction/sklearn @
# /prediction/tensorflow @
# /predition/xgboost @
# Quickstart Subfolder
# /quickstart @
# Setup Subfolder
# /setup @
# Training Subfolder
# /training/pytorch @
# /training/sklearn @
# /training/tensorflow @
# /training/xgboost @
# READMEs
# *.md @