-
Notifications
You must be signed in to change notification settings - Fork 54
/
labels.yaml
43 lines (33 loc) · 987 Bytes
/
labels.yaml
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
- name: Ask
description: Define and scope problem and solution
color: #c9ecff
- name: Explore
description: Explore and document data to increase understanding
color: #f0f29b
- name: Experiment
description: Build features and train models
color: #8569c6
- name: Data
description: Get and transform data
color: #1c587c
- name: Model
description: Prepare model for deployment
color: #0b4e82
- name: Deploy
description: Register, package, and deploy model
color: #f79499
- name: Communicate
description: Write reports, create dashboards, summarize findings, etc.
color: #f9f345
- name: succeeded
description: This was successful
color: #67d157
- name: failed
description: This didn't go as hoped
color: #c2021c
- name: on hold
description: Still seems promising, but let's revist later
color: #ffd04f
- name: blocked - need access
description: Blocked due to lack of access to data, resources, environment, etc.
color: #ed9a53