Mercurial > hg > plosone_underreview
comparison notebooks/sensitivity_experiment.ipynb @ 63:b0e194bfb71d branch-tests
minor edits on server
author | mpanteli <m.x.panteli@gmail.com> |
---|---|
date | Thu, 21 Sep 2017 17:35:57 +0100 |
parents | 402f43d5b7ad |
children | 7bed7a5966c1 04fc6e809a42 |
comparison
equal
deleted
inserted
replaced
61:ac3fcd42e7bd | 63:b0e194bfb71d |
---|---|
1 { | 1 { |
2 "cells": [ | 2 "cells": [ |
3 { | 3 { |
4 "cell_type": "code", | 4 "cell_type": "code", |
5 "execution_count": 1, | 5 "execution_count": null, |
6 "metadata": {}, | 6 "metadata": {}, |
7 "outputs": [ | 7 "outputs": [], |
8 { | |
9 "name": "stderr", | |
10 "output_type": "stream", | |
11 "text": [ | |
12 "/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", | |
13 " warnings.warn('Could not import scikits.samplerate. '\n" | |
14 ] | |
15 } | |
16 ], | |
17 "source": [ | 8 "source": [ |
18 "import numpy as np\n", | 9 "import numpy as np\n", |
19 "import pandas as pd\n", | 10 "import pandas as pd\n", |
20 "\n", | 11 "\n", |
21 "%matplotlib inline\n", | 12 "%matplotlib inline\n", |
32 "import scripts.outliers as outliers" | 23 "import scripts.outliers as outliers" |
33 ] | 24 ] |
34 }, | 25 }, |
35 { | 26 { |
36 "cell_type": "code", | 27 "cell_type": "code", |
37 "execution_count": 2, | 28 "execution_count": null, |
38 "metadata": { | 29 "metadata": { |
39 "collapsed": true | 30 "collapsed": true |
40 }, | 31 }, |
41 "outputs": [], | 32 "outputs": [], |
42 "source": [ | 33 "source": [ |