Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,306 changes: 2,306 additions & 0 deletions python_R/notebooks/Chapter 1 - Exploratory Data Analysis.ipynb

Large diffs are not rendered by default.

1,348 changes: 1,348 additions & 0 deletions python_R/notebooks/Chapter 2 - Data and sampling distributions.ipynb

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4,209 changes: 4,209 additions & 0 deletions python_R/notebooks/Chapter 4 - Regression and Prediction.ipynb

Large diffs are not rendered by default.

2,874 changes: 2,874 additions & 0 deletions python_R/notebooks/Chapter 5 - Classification.ipynb

Large diffs are not rendered by default.

2,640 changes: 2,640 additions & 0 deletions python_R/notebooks/Chapter 6 - Statistical Machine Learning.ipynb

Large diffs are not rendered by default.

2,821 changes: 2,821 additions & 0 deletions python_R/notebooks/Chapter 7 - Unsupervised Learning.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions python_R/notebooks/data/LungDisease.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
PEFR,Exposure390,0410,0430,0460,0420,1280,2420,2520,2610,3590,3430,3410,3360,3320,3110,4390,4400,4420,4450,4520,4460,5200,6390,6340,6450,6550,6300,7320,7340,7360,7430,7480,7560,7500,8310,9430,10500,10510,10250,12410,12220,13300,13340,13360,13400,13450,13490,13500,13200,14220,14320,14360,14410,14420,14380,15410,15450,15220,16320,16130,17220,17320,17360,17360,17490,17220,18230,18310,18460,18160,19200,19220,19280,19290,19310,19320,19330,19360,19390,19400,19430,19510,19150,20190,20200,20210,20240,20220,20250,20260,20280,20290,20300,20310,20320,20330,20360,20390,20400,20430,20460,20470,20490,20550,20280,21290,21320,21330,21350,21370,21390,21400,21510,21530,21280,22360,22400,22450,22490,22500,22370,23390,23
Expand Down
33,469 changes: 33,469 additions & 0 deletions python_R/notebooks/data/airline_stats.csv

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions python_R/notebooks/data/click_rates.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Headline,Click,Rate
Headline A,Click,14
Headline A,No-click,986
Headline B,Click,8
Headline B,No-click,992
Headline C,Click,12
Headline C,No-click,988
2 changes: 2 additions & 0 deletions python_R/notebooks/data/dfw_airline.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"Carrier","ATC","Weather","Security","Inbound"
64263.16,84856.5,11235.42,343.15,118427.82
21 changes: 21 additions & 0 deletions python_R/notebooks/data/four_sessions.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Page,Time
Page 1,164
Page 2,178
Page 3,175
Page 4,155
Page 1,172
Page 2,191
Page 3,193
Page 4,166
Page 1,177
Page 2,182
Page 3,171
Page 4,164
Page 1,156
Page 2,185
Page 3,163
Page 4,170
Page 1,195
Page 2,177
Page 3,176
Page 4,168
Binary file added python_R/notebooks/data/full_train_set.csv.gz
Binary file not shown.
22,688 changes: 22,688 additions & 0 deletions python_R/notebooks/data/house_sales.csv

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions python_R/notebooks/data/housetasks.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Task,Wife,Alternating,Husband,Jointly
Laundry,156,14,2,4
Main_meal,124,20,5,4
Dinner,77,11,7,13
Breakfast,82,36,15,7
Tidying,53,11,1,57
Dishes,32,24,4,53
Shopping,33,23,9,55
Official,12,46,23,15
Driving,10,51,75,3
Finances,13,13,21,66
Insurance,8,1,53,77
Repairs,0,3,160,2
Holidays,0,1,6,153
11 changes: 11 additions & 0 deletions python_R/notebooks/data/imanishi_data.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Digit,Frequency
0,14
1,71
2,7
3,65
4,23
5,19
6,12
7,45
8,53
9,6
Binary file added python_R/notebooks/data/kc_tax.csv.gz
Binary file not shown.
Loading