Skip to content

Commit

Permalink
Adding matrix example
Browse files Browse the repository at this point in the history
  • Loading branch information
GilesStrong committed Feb 4, 2020
1 parent c4443b8 commit 63dc0fc
Show file tree
Hide file tree
Showing 14 changed files with 3,284 additions and 14,020 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#Dev
lumin.code-workspace
dev/
**/.DS_Store
*~


#Examples
**/train_weights
Expand Down
2 changes: 1 addition & 1 deletion examples/Binary_Classification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"metadata": {},
"outputs": [],
"source": [
"#!mkdir\n",
"#!mkdir data\n",
"#!wget -O data/atlas-higgs-challenge-2014-v2.csv.gz http://opendata.cern.ch/record/328/files/atlas-higgs-challenge-2014-v2.csv.gz\n",
"#!gunzip data/atlas-higgs-challenge-2014-v2.csv.gz"
]
Expand Down

0 comments on commit 63dc0fc

Please sign in to comment.