changeset 60:402f43d5b7ad branch-tests

sensitivity notebook added correlation
author mpanteli <m.x.panteli@gmail.com>
date Thu, 21 Sep 2017 15:25:07 +0100
parents 444041185ba9
children ac3fcd42e7bd
files notebooks/sensitivity_experiment.ipynb
diffstat 1 files changed, 10 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/notebooks/sensitivity_experiment.ipynb	Thu Sep 21 15:23:05 2017 +0100
+++ b/notebooks/sensitivity_experiment.ipynb	Thu Sep 21 15:25:07 2017 +0100
@@ -2,15 +2,15 @@
  "cells": [
   {
    "cell_type": "code",
-   "execution_count": 20,
+   "execution_count": 1,
    "metadata": {},
    "outputs": [
     {
-     "name": "stdout",
+     "name": "stderr",
      "output_type": "stream",
      "text": [
-      "The autoreload extension is already loaded. To reload it, use:\n",
-      "  %reload_ext autoreload\n"
+      "/homes/mp305/anaconda/lib/python2.7/site-packages/librosa/core/audio.py:33: UserWarning: Could not import scikits.samplerate. Falling back to scipy.signal\n",
+      "  warnings.warn('Could not import scikits.samplerate. '\n"
      ]
     }
    ],
@@ -4939,7 +4939,9 @@
   {
    "cell_type": "code",
    "execution_count": 45,
-   "metadata": {},
+   "metadata": {
+    "collapsed": true
+   },
    "outputs": [],
    "source": [
     "ranked_countries = pd.DataFrame()\n",
@@ -5120,7 +5122,9 @@
   {
    "cell_type": "code",
    "execution_count": 56,
-   "metadata": {},
+   "metadata": {
+    "collapsed": true
+   },
    "outputs": [],
    "source": [
     "from scipy.stats import spearmanr\n",