Skip to content

Commit

Permalink
Automate cancer-data download from figshare (cognoma#42)
Browse files Browse the repository at this point in the history
`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.
  • Loading branch information
dhimmel authored Aug 31, 2016
1 parent bf48349 commit 51b8ee6
Show file tree
Hide file tree
Showing 10 changed files with 1,420 additions and 1,336 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
.ipynb_checkpoints

# Large downloaded data files
data/expression.tsv.bz2
data/mutation-matrix.tsv.bz2
download/
Loading

0 comments on commit 51b8ee6

Please sign in to comment.