-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
102 lines (101 loc) · 4.38 KB
/
_toc.yml
File metadata and controls
102 lines (101 loc) · 4.38 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: landing_page
parts:
- caption: Class Schedule
chapters:
- file: 00_class_schedule/class_schedule
- caption: Introduction
chapters:
- file: 10_introduction/10_solving_problems_with_data
title: "Ch 1: Solving Problems with Data"
- caption: Problems to Questions
chapters:
- file: 20_problems_to_questions/10_solving_the_right_problem
title: "Ch 2: Solving the Right Problem"
sections:
- file: 20_problems_to_questions/15_solving_the_wrong_problem
- file: 20_problems_to_questions/20_stakeholder_management
title: "Ch 3: Stakeholder Management"
- caption: Answering Questions, Solving Problems
chapters:
- file: 30_questions/00_solving_problems_by_answering_questions
title: "Ch 4: Answering Questions"
sections:
- file: 30_questions/02_relation_to_inference_and_prediction
- file: 30_questions/10_using_descriptive_questions
title: "Ch 5: Using Descriptive Qs"
sections:
- file: 30_questions/07_eda
title: 'Descriptive Qs and the Scourge of "EDA"'
- file: 30_questions/20_using_passive_prediction_questions
title: "Ch 6: Using Passive Predictive Qs"
- file: 30_questions/35_using_causal_questions
title: "Ch 7: Causal Qs"
sections:
- file: 30_questions/40_answering_causal_questions
- caption: Uncertainty and Errors
chapters:
- file: 30_questions/05_descriptive_v_prescriptive
title: "Ch 8: Descriptive and Prescriptive Qs"
sections:
- file: 30_questions/06_descriptive_prescriptive_examples
title: Tradeoff Examples
- file: 30_questions/15_answering_descriptive_questions
title: "Ch 9: Internal and External Validity"
- file: 30_questions/16_descriptive_internal_challenges
title: "Ch 10: Internal Validity and Descriptive Qs"
sections:
- file: 30_questions/17_descriptive_internal_understandable
title: "1: Understandable"
- file: 30_questions/18_descriptive_internal_faithful
title: "2: Faithful"
- file: 30_questions/19_descriptive_internal_meaningful
title: "3: Relevant"
- file: 30_questions/23_passive_internal_alignment_and_bias
title: "Ch 11: Predictive Qs & Internal Validity"
- file: 30_questions/24_passive_internal_errors
title: "Ch 12: Predictive Qs and Being Wrong the Right Way"
sections:
- file: 30_questions/25_passive_fairness
title: "Fairness and Errors"
- file: 30_questions/27_passive_external_general
title: "Ch 13: Predictive Qs & External Validity"
sections:
- file: 30_questions/28_passive_external_adversarial_users
title: "Adversarial Users"
- file: 30_questions/29_passive_external_adversarial_users_examples
title: "Adversarial User Examples"
- file: 30_questions/32_passive_interpretable_models
title: "Ch 14: Interpretable Models"
- file: 30_questions/45_causal_questions_external
title: "Ch 15: Causal Qs, Experiments and External Validity"
- file: 30_questions/50_causal_beyond_ab
title: "Ch 16: Beyond Experiments"
- caption: Data Science in Practice
chapters:
- file: 10_introduction/40_data_science_in_historical_context
title: "Ch 2: What Is Data Science?"
- file: 40_in_practice/00_how_to_read_this_book
- file: 40_in_practice/27_data_science_memos
- file: 40_in_practice/30_giving_feedback
- caption: Causal Inference Extra Bits
chapters:
- file: 35_causal/10_potential_outcomes
- file: 35_causal/15_evaluating_real_studies
- file: 35_causal/30_interpreting_indicator_vars
title: Indicator Variables
- file: 35_causal/40_causal_inference_beyond_ab_testing
title: Causal Beyond Experiments
- file: 35_causal/50_fixed_effects_and_causal_inference
title: Fixed Effects
sections:
- file: 35_causal/60_fixed_effects
title: Implementing Fixed Effects
- file: 35_causal/70_fixed_effects_v_hierarchical
title: Fixed Effects v. Hierarchical Models
- file: 35_causal/80_matching_why
title: Matching
sections:
- file: 35_causal/90_matching_how