# HG changeset patch # User mpanteli # Date 1505300995 -3600 # Node ID 0bba6f63f4fd125931d19a231d3835d474f97d77 # Parent ed109218dd4befcddd1326eb82c7b21d6713bfcd some edits in notebook diff -r ed109218dd4b -r 0bba6f63f4fd notebooks/sensitivity_experiment.ipynb --- 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,