Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
2507ede
Reorganize directories
May 13, 2020
b25750e
Complete section 1.5 Datasets
May 17, 2020
fa51928
Complete section 1.6 Prototype Models
May 30, 2020
4d216f0
Complete section 1.7 Automated Feature Engineering
Jun 1, 2020
50bc80b
Complete section 2.1 Web Services
Jun 7, 2020
72b5ce4
Reorganize directories
Jun 8, 2020
9bf5943
Start section 2.2 Model Persistence
Jun 8, 2020
e80431a
Continue section 2.2 Model Persistence
Jun 8, 2020
02c23f9
Update .gitignore
Jun 11, 2020
9683745
Update .gitignore
Jun 11, 2020
96297db
Complete section 2.2 Model Persistence
Jun 11, 2020
6a00929
Update .gitignore
Jun 12, 2020
a72dcec
Complete section 2.3 Model Endpoints
Jun 12, 2020
fda2286
Complete section 2.4 Deploying a Web Endpoint
Jun 14, 2020
c75b71e
Complete section 2.5 Interactive Web Services
Jul 7, 2020
937a4a5
Fix dtype parameter's value
Jul 7, 2020
8ff6921
Rename DSP_CH3.ipynb -> DSP_CH03_Models_As_Serverless_Functions.ipynb
Jul 9, 2020
5ed082a
Start section 3.2 Cloud Functions (GCP)
Jul 9, 2020
ea5e687
Continue section 3.2 Cloud Functions (GCP)
Jul 9, 2020
7124691
Rename echo_service/ -> echo/
Jul 9, 2020
4a5271e
Fix import
Jul 9, 2020
112a7ce
Continue section 3.2 Cloud Functions (GCP)
Jul 9, 2020
4ba9270
Continue section 3.2 Cloud Functions (GCP)
Jul 12, 2020
5e3d8c1
Complete section 3.2 Cloud Functions (GCP)
Jul 19, 2020
080926b
Start section 3.3 Lambda Functions (AWS)
Jul 19, 2020
34ee4d3
Add zip files to .gitignore
Jul 20, 2020
f46867a
Continue section 3.3 Lambda Functions (AWS)
Jul 20, 2020
e3b005c
Continue section 3.3 Lambda Functions (AWS)
Jul 21, 2020
0786253
Complete section 3.3 Lambda Functions (AWS)
Jul 23, 2020
cee2c5b
Add scripts for the 4th chapter
Aug 3, 2020
f67a878
Start section 5.1 Sklearn Workflow
Aug 3, 2020
cde3f59
Create separate directory for each container
Aug 3, 2020
8f7c4c5
Add JSON to .gitignore
Aug 3, 2020
c613e25
Create Dockerfile for sklearn workflow
Aug 3, 2020
0acee4f
Complete section 5.2 Cron
Aug 4, 2020
b7868e5
Start section 5.3 Workflow Tools
Aug 7, 2020
6eed528
Complete section 5.3 Workflow Tools
Aug 13, 2020
f1c16fa
Start section 6.3 A PySpark Primer
Aug 19, 2020
66900d1
Continue section 6.3
Aug 26, 2020
5ee82dd
Complete section 6.3 A PySpark Primer
Sep 2, 2020
0fabc99
Start section 6.4 MLlib Batch Pipeline
Sep 2, 2020
ae0a3d3
Complete section 6.4 MLlib Batch Pipeline
Sep 7, 2020
f48f74e
Start section 6.5 Distributed Deep Learning
Sep 11, 2020
f6e8d74
Complete section 6.5 Distributed Deep Learning
Sep 11, 2020
7faa464
Complete section 6.6 Distributed Feature Engineering
Sep 17, 2020
1c61b35
Start section 6.7 GCP Model Pipeline
Sep 18, 2020
453d5c2
Complete section 6.7 GCP Model Pipeline
Sep 20, 2020
50214f1
Rename CH7.ipynb -> DSP_CH07_Cloud_Dataflow_For_Batch_Modeling.ipynb
Sep 21, 2020
e1c61a6
Start section 7.1 Apache Beam
Sep 22, 2020
80efacc
Complete section 7.1 Apache Beam
Sep 24, 2020
72198eb
Start section 7.2 Batch Model Pipeline
Sep 25, 2020
66c54eb
Complete section 7.2 Batch Model Pipeline
Sep 29, 2020
93255e8
Start section 8.1 Spark Streaming
Sep 30, 2020
f4c2d05
Continue passing section 8.1 Spark Streaming
Oct 6, 2020
9a8f0b3
Complete section 8.1 Spark Streaming
Oct 8, 2020
e33144d
Start section 8.2 Dataflow Streaming
Oct 10, 2020
7e71592
Fix imports order
Oct 15, 2020
e4535ce
Complete section 8.2 Dataflow Streaming
Oct 15, 2020
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
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
data/
ignore/
models/

*.pkl
*.h5
*.zip

*.jpg
*.png

*.env
*.json

__pycache__/
.ipynb_checkpoints/
625 changes: 0 additions & 625 deletions CH7.ipynb

This file was deleted.

Loading