This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# Maximilian Christ (maximilianchrist.com), 2017, Siesta Ltd. | |
import time | |
import pandas as pd | |
import numpy as np | |
def generate_data_chunk_format_new(df, column_id, column_kind, column_value): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "/home/max/Documents/test/venv/local/lib/python2.7/site-packages/tsfresh/utilities/distribution.py", line 341, in __init__ | |
self.pool = Pool(processes=n_workers) | |
File "/usr/lib/python2.7/multiprocessing/__init__.py", line 232, in Pool | |
return Pool(processes, initializer, initargs, maxtasksperchild) | |
File "/usr/lib/python2.7/multiprocessing/pool.py", line 159, in __init__ | |
self._repopulate_pool() | |
File "/usr/lib/python2.7/multiprocessing/pool.py", line 223, in _repopulate_pool | |
w.start() | |
File "/usr/lib/python2.7/multiprocessing/process.py", line 124, in start | |
'daemonic processes are not allowed to have children' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alabaster==0.7.10 | |
apipkg==1.4 | |
appnope==0.1.0 | |
Babel==2.5.0 | |
backports-abc==0.5 | |
backports.shutil-get-terminal-size==1.0.0 | |
bleach==2.0.0 | |
bokeh==0.12.9 | |
certifi==2017.7.27.1 | |
chardet==3.0.4 |