comparison notebooks/sensitivity_experiment.ipynb @ 76:d17833be50ca branch-tests

merged
author Maria Panteli <m.x.panteli@gmail.com>
date Fri, 22 Sep 2017 16:30:36 +0100
parents 7bed7a5966c1
children 930c35ab894c
comparison
equal deleted inserted replaced
75:02faad4a996b 76:d17833be50ca
1 { 1 {
2 "cells": [ 2 "cells": [
3 { 3 {
4 "cell_type": "code", 4 "cell_type": "code",
5 "execution_count": null, 5 "execution_count": null,
6 "metadata": {}, 6 "metadata": {
7 "outputs": [], 7 "outputs": [],
8 },
8 "source": [ 9 "source": [
9 "import numpy as np\n", 10 "import numpy as np\n",
10 "import pandas as pd\n", 11 "import pandas as pd\n",
11 "\n", 12 "\n",
12 "%matplotlib inline\n", 13 "%matplotlib inline\n",
36 ] 37 ]
37 }, 38 },
38 { 39 {
39 "cell_type": "code", 40 "cell_type": "code",
40 "execution_count": 5, 41 "execution_count": 5,
41 "metadata": {}, 42 "metadata": {
43 "collapsed": false
44 },
42 "outputs": [ 45 "outputs": [
43 { 46 {
44 "data": { 47 "data": {
45 "text/plain": [ 48 "text/plain": [
46 "(8396, 108)" 49 "(8396, 108)"
57 ] 60 ]
58 }, 61 },
59 { 62 {
60 "cell_type": "code", 63 "cell_type": "code",
61 "execution_count": 48, 64 "execution_count": 48,
62 "metadata": {}, 65 "metadata": {
66 "collapsed": false
67 },
63 "outputs": [ 68 "outputs": [
64 { 69 {
65 "name": "stdout", 70 "name": "stdout",
66 "output_type": "stream", 71 "output_type": "stream",
67 "text": [ 72 "text": [
267 ] 272 ]
268 }, 273 },
269 { 274 {
270 "cell_type": "code", 275 "cell_type": "code",
271 "execution_count": 52, 276 "execution_count": 52,
272 "metadata": {}, 277 "metadata": {
278 "collapsed": false
279 },
273 "outputs": [ 280 "outputs": [
274 { 281 {
275 "name": "stdout", 282 "name": "stdout",
276 "output_type": "stream", 283 "output_type": "stream",
277 "text": [ 284 "text": [
436 ] 443 ]
437 }, 444 },
438 { 445 {
439 "cell_type": "code", 446 "cell_type": "code",
440 "execution_count": 56, 447 "execution_count": 56,
441 "metadata": {}, 448 "metadata": {
449 "collapsed": false
450 },
442 "outputs": [ 451 "outputs": [
443 { 452 {
444 "data": { 453 "data": {
445 "text/plain": [ 454 "text/plain": [
446 "array([ 59, 1, 1, 1, 1, 733, 733, 733, 733, 733, 733, 733, 733,\n", 455 "array([ 59, 1, 1, 1, 1, 733, 733, 733, 733, 733, 733, 733, 733,\n",
459 ] 468 ]
460 }, 469 },
461 { 470 {
462 "cell_type": "code", 471 "cell_type": "code",
463 "execution_count": 8, 472 "execution_count": 8,
464 "metadata": {}, 473 "metadata": {
474 "collapsed": false
475 },
465 "outputs": [ 476 "outputs": [
466 { 477 {
467 "data": { 478 "data": {
468 "text/html": [ 479 "text/html": [
469 "<div>\n", 480 "<div>\n",
718 ] 729 ]
719 }, 730 },
720 { 731 {
721 "cell_type": "code", 732 "cell_type": "code",
722 "execution_count": 47, 733 "execution_count": 47,
723 "metadata": {}, 734 "metadata": {
735 "collapsed": false
736 },
724 "outputs": [ 737 "outputs": [
725 { 738 {
726 "name": "stdout", 739 "name": "stdout",
727 "output_type": "stream", 740 "output_type": "stream",
728 "text": [ 741 "text": [
817 ] 830 ]
818 }, 831 },
819 { 832 {
820 "cell_type": "code", 833 "cell_type": "code",
821 "execution_count": 59, 834 "execution_count": 59,
822 "metadata": {}, 835 "metadata": {
836 "collapsed": false
837 },
823 "outputs": [ 838 "outputs": [
824 { 839 {
825 "name": "stdout", 840 "name": "stdout",
826 "output_type": "stream", 841 "output_type": "stream",
827 "text": [ 842 "text": [
4564 ] 4579 ]
4565 }, 4580 },
4566 { 4581 {
4567 "cell_type": "code", 4582 "cell_type": "code",
4568 "execution_count": 21, 4583 "execution_count": 21,
4569 "metadata": {}, 4584 "metadata": {
4585 "collapsed": false
4586 },
4570 "outputs": [ 4587 "outputs": [
4571 { 4588 {
4572 "name": "stdout", 4589 "name": "stdout",
4573 "output_type": "stream", 4590 "output_type": "stream",
4574 "text": [ 4591 "text": [
5027 ] 5044 ]
5028 }, 5045 },
5029 { 5046 {
5030 "cell_type": "code", 5047 "cell_type": "code",
5031 "execution_count": 54, 5048 "execution_count": 54,
5032 "metadata": {}, 5049 "metadata": {
5050 "collapsed": false
5051 },
5033 "outputs": [ 5052 "outputs": [
5034 { 5053 {
5035 "name": "stdout", 5054 "name": "stdout",
5036 "output_type": "stream", 5055 "output_type": "stream",
5037 "text": [ 5056 "text": [
5091 ] 5110 ]
5092 }, 5111 },
5093 { 5112 {
5094 "cell_type": "code", 5113 "cell_type": "code",
5095 "execution_count": 53, 5114 "execution_count": 53,
5096 "metadata": {}, 5115 "metadata": {
5116 "collapsed": false
5117 },
5097 "outputs": [ 5118 "outputs": [
5098 { 5119 {
5099 "data": { 5120 "data": {
5100 "text/plain": [ 5121 "text/plain": [
5101 "133" 5122 "133"
5205 "file_extension": ".py", 5226 "file_extension": ".py",
5206 "mimetype": "text/x-python", 5227 "mimetype": "text/x-python",
5207 "name": "python", 5228 "name": "python",
5208 "nbconvert_exporter": "python", 5229 "nbconvert_exporter": "python",
5209 "pygments_lexer": "ipython2", 5230 "pygments_lexer": "ipython2",
5210 "version": "2.7.12" 5231 "version": "2.7.11"
5211 } 5232 }
5212 }, 5233 },
5213 "nbformat": 4, 5234 "nbformat": 4,
5214 "nbformat_minor": 1 5235 "nbformat_minor": 1
5215 } 5236 }