Skip to content

Commit 51b8ee6

Browse files
authored
Automate cancer-data download from figshare (cognoma#42)
`1.download.ipynb` queries the figshare API to find the latest versions of the files and downloads them. Changes directory for storing downloaded data from `data` to `download`, following the convention of cognoma/cancer-data. Add `requests` library to environment. Add an execute script that executes notebooks in the root directory in order and exports them to scripts. In `algorithms`, notebooks were not updated besides `SGDClassifier-master.ipynb` which is the example notebook and template for new implementations.
1 parent bf48349 commit 51b8ee6

File tree

10 files changed

+1420
-1336
lines changed

10 files changed

+1420
-1336
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
.ipynb_checkpoints
33

44
# Large downloaded data files
5-
data/expression.tsv.bz2
6-
data/mutation-matrix.tsv.bz2
5+
download/

0 commit comments

Comments
 (0)