Skip to content

Commit

Permalink
week 11 with dask graphlab and others
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Larson committed Oct 28, 2016
1 parent 656dcad commit 3d9b3a3
Show file tree
Hide file tree
Showing 12 changed files with 5,200 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
.DS_Store
.ipynb_checkpoints
large_data
html_archive
*.0


6 changes: 1 addition & 5 deletions 08_Practical_NeuralNets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,7 @@
"print('Rows: %d, columns: %d' % (X_test.shape[0], X_test.shape[1]))\n",
"\n",
"X_train = X_train/255.0\n",
"X_test = X_test/255.0\n",
"\n",
"# rs = RobustScaler()\n",
"# X_train = rs.fit_transform(X_train)\n",
"# X_test = rs.transform(X_test)"
"X_test = X_test/255.0\n"
]
},
{
Expand Down
Loading

0 comments on commit 3d9b3a3

Please sign in to comment.