I hereby claim:
- I am souravsingh on github.
- I am souravsingh (https://keybase.io/souravsingh) on keybase.
- I have a public key whose fingerprint is 6F96 EACD 1DA1 0FC6 1986 BEB1 5712 DD92 1EA1 1FA6
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import numpy as np | |
| import pandas as pd | |
| import os | |
| import cv2 | |
| from tqdm import tqdm | |
| from keras.models import Sequential | |
| from keras.layers import Dense, Dropout, Flatten, Convolution2D, MaxPooling2D | |
| from keras.callbacks import EarlyStopping | |
| from keras.utils import to_categorical |
| from pyspark.mllib.regression import LabeledPoint, DecisionTree, DecisionTreeModel | |
| import numpy as np | |
| from time import time | |
| import urllib | |
| def create_labeled_point(line_split): | |
| clean_line_split = line_split[0:41] | |
| try: | |
| clean_line_split[1] = protocols.index(clean_line_split[1]) |
| · Running 32 total benchmarks (1 commits * 1 environments * 32 benchmarks) | |
| [ 0.00%] ·· Building for existing-py_home_sourav_miniconda2_bin_python | |
| [ 0.00%] ·· Benchmarking existing-py_home_sourav_miniconda2_bin_python | |
| [ 3.12%] ··· Running sparse.Arithmetic.time_arithmetic ok | |
| [ 3.12%] ···· | |
| ======== ==== ========= ========= ========== ========= | |
| -- op | |
| ------------- ---------------------------------------- | |
| format XY __add__ __sub__ multiply __mul__ | |
| ======== ==== ========= ========= ========== ========= |
| ====================================================================== | |
| ERROR: test_nonlin.TestNonlin.test_problem_nonlin(<function F4_powell at 0x7f0a5c5c1410>, <function newton_krylov at 0x7f0a604d2230>) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/sourav/miniconda2/lib/python2.7/site-packages/nose/case.py", line 197, in runTest | |
| self.test(*self.arg) | |
| File "/home/sourav/scipy/build/testenv/lib/python2.7/site-packages/scipy/optimize/tests/test_nonlin.py", line 105, in _check_nonlin_func | |
| x = func(f, f.xin, f_tol=f_tol, maxiter=200, verbose=0) | |
| File "<string>", line 8, in newton_krylov | |
| File "/home/sourav/scipy/build/testenv/lib/python2.7/site-packages/scipy/optimize/nonlin.py", line 347, in nonlin_solve |
| sourav@ubuntu:~/nupic$ py.test tests/unit | |
| ============================= test session starts ============================== | |
| platform linux2 -- Python 2.7.12 -- pytest-2.5.1 | |
| plugins: xdist, cov | |
| collected 906 items / 1 errors / 5 skipped | |
| tests/unit/nupic/utils_test.py ...... | |
| tests/unit/nupic/algorithms/anomaly_likelihood_jeff_test.py ...ss.. | |
| tests/unit/nupic/algorithms/anomaly_likelihood_test.py .................... | |
| tests/unit/nupic/algorithms/anomaly_test.py .............. |
| URL `http://biopython.org/DIST/biopython-1.63b.win32-py2.6.exe' | |
| Name `biopython-1.63b.win32-py2.6.exe' | |
| Parent URL http://biopython.org/wiki/Download, line 863, col 7 | |
| Real URL http://biopython.org/DIST/biopython-1.63b.win32-py2.6.exe | |
| Check time 2.951 seconds | |
| Size 9KB | |
| Result Error: 404 Not Found | |
| URL `http://biopython.org/DIST/biopython-1.63b.win32-py2.7.exe' | |
| Name `biopython-1.63b.win32-py2.7.exe' |