Mercurial > hg > plosone_underreview
diff notebooks/sensitivity_experiment.ipynb @ 19:0bba6f63f4fd branch-tests
some edits in notebook
author | mpanteli <m.x.panteli@gmail.com> |
---|---|
date | Wed, 13 Sep 2017 12:09:55 +0100 |
parents | ed109218dd4b |
children | 206fdeff4641 |
line wrap: on
line diff
--- a/notebooks/sensitivity_experiment.ipynb Tue Sep 12 23:18:19 2017 +0100 +++ b/notebooks/sensitivity_experiment.ipynb Wed Sep 13 12:09:55 2017 +0100 @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 2, + "execution_count": 8, "metadata": {}, "outputs": [ { @@ -33,21 +33,25 @@ }, { "cell_type": "code", - "execution_count": 4, - "metadata": {}, + "execution_count": null, + "metadata": { + "collapsed": true + }, "outputs": [], "source": [ "OUTPUT_FILES = load_dataset.OUTPUT_FILES\n", - "n_iters = 10" + "n_iters = 10\n", + "df = load_dataset.sample_dataset(csv_file=load_dataset.METADATA_FILE)" ] }, { "cell_type": "code", "execution_count": null, - "metadata": {}, + "metadata": { + "collapsed": true + }, "outputs": [], "source": [ - "df = load_dataset.sample_dataset(csv_file=load_dataset.METADATA_FILE)\n", "for n in range(n_iters):\n", " print \"iteration %d\" % n\n", " load_dataset.OUTPUT_FILES = [output_file.split('.pickle')[0]+'_'+str(n)+'.pickle' for \n", @@ -96,6 +100,18 @@ "display_name": "Python 2", "language": "python", "name": "python2" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.12" } }, "nbformat": 4,