Project checklist Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

1.

A
  1. Frame the problem and look at the big picture
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2.

A
  1. Get the data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

3.

A
  1. Explore the data to gain insights
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

4.

A
  1. Prepare the data
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

5.

A
  1. Explore many different models and shortlist the best ones
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

6.

A
  1. Fine-tune your models and combine them into a great solution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

7.

A
  1. Present your solution
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

8.

A
  1. Launch, monitor, and maintain your system
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

1.1

A

1.1 Understand business problem and objective, explore hidden assumptions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

1.2

A

1.2 Current solution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

1.3

A

1.3 Measure of success

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

2.1

A

2.1 Get access to data and create workspace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

2.2

A

2.2 Consider legal and privacy obligations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

2.3

A

2.3 Set test data aside

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

3.1

A

3.1 Check feature characteristics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

3.2

A

3.2 Visualize the data

17
Q

3.3

A

3.3 Study feature correlations

18
Q

4.1

A

4.1 Data cleaning

19
Q

4.2

A

4.2 Feature selection and engineering

20
Q

4.3

A

4.3 Feature scaling

21
Q

5.1

A

5.1 Train and compare many quick and dirty models

22
Q

5.2

A

5.2 Quick feature selection and engineering, iterate

23
Q

5.3

A

5.3 Shortlist 3-5 most promising models, preferring different errors

24
Q

6.1

A

6.1 Fine tune hyper-parameters, optimize against business objective

25
Q

6.2

A

6.2 Try ensemble method

26
Q

6.3

A

6.3 Measure performance against test set

27
Q

7.1

A

7.1 Document

28
Q

7.2

A

7.2 Explain achievement of business objective

29
Q

7.3

A

7.3 Present other interesting points

30
Q

8.1

A

8.1 Make production ready

31
Q

8.2

A

8.2 Write monitoring code

32
Q

8.3

A

8.3 Set up retraining of model