Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Jacob/tf2 #19

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
e40f9d3
notebook and utility code for downloading data
Nov 13, 2019
5833f09
Minor mods. Use StandardScaler
Nov 13, 2019
1cdc802
Updated to be 1st in sequence, local MAPE
Nov 13, 2019
90f4d78
Updated following CNN
Nov 13, 2019
a1caf27
Updated as others
Nov 13, 2019
ed5e681
Lots of small changes, added learning graph.
Nov 13, 2019
f55d500
Use tensor_structure, defined for readability
Nov 13, 2019
0d7851e
Prescribe newer versions of keras and TF
Nov 13, 2019
bfe887a
Finally fixed the warning suppression
Nov 13, 2019
2e77880
Working requirements file for python 3.6
Nov 13, 2019
25f8433
First version of automl
Nov 14, 2019
7250741
Updated for automl compatibility
Nov 14, 2019
a7390bc
Use lags and do a rolling forcast.
Nov 16, 2019
78fa01a
Remove small bug in extract_data.
Nov 17, 2019
8c9b134
Updates + answers and rename quizes
Nov 21, 2019
842157d
Moved progress bar, updated automl
Nov 23, 2019
351fe7e
Separate Quiz and answer notebooks
Nov 28, 2019
fad5f39
Added slide metadata
Nov 28, 2019
2d12268
Exclude AzureML and VSCode configs
Dec 5, 2019
24f69d8
New aka.ms link
Dec 5, 2019
7144fee
Updated presentation
Dec 5, 2019
40c53f1
Deleted holidays csv file
Dec 5, 2019
2f94e96
Corrected hyperlink, removed slideshow headers
Dec 8, 2019
85fc22b
New notebook for remote execution
Dec 8, 2019
021634d
Updated with widget, new requirements.txt
Dec 8, 2019
8512ae2
Updated slides: automl
Dec 10, 2019
2f569e9
Rerun and cleanup notebooks
Dec 10, 2019
7617d1d
Fixed bugs in hyperparam
Dec 11, 2019
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
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ target/

# Jupyter Notebook
.ipynb_checkpoints
Untitled.ipynb

# pyenv
.python-version
Expand Down Expand Up @@ -105,4 +106,14 @@ venv.bak/

data/*
hyperparameter_tuning/.azureml/*
outputs/*
outputs/*

# AzureML
.azureml/
*.pkl
config.json
*.log*
.DS_Store

# VSCode
.vscode/
176 changes: 145 additions & 31 deletions 0_data_setup.ipynb

Large diffs are not rendered by default.

1,264 changes: 693 additions & 571 deletions 1_CNN_dilated.ipynb

Large diffs are not rendered by default.

733 changes: 281 additions & 452 deletions 2_RNN.ipynb

Large diffs are not rendered by default.

631 changes: 352 additions & 279 deletions 3_RNN_encoder_decoder.ipynb

Large diffs are not rendered by default.

Loading