{ "info": { "author": "Maximilian Christ, Nils Braun, Julius Neuffer", "author_email": "max.christ@me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering", "Topic :: Software Development" ], "description": "[![Documentation Status](https://readthedocs.org/projects/tsfresh/badge/?version=latest)](https://tsfresh.readthedocs.io/en/latest/?badge=latest)\n[![Build Status](https://travis-ci.org/blue-yonder/tsfresh.svg?branch=master)](https://travis-ci.org/blue-yonder/tsfresh)\n[![Coverage Status](https://coveralls.io/repos/github/blue-yonder/tsfresh/badge.svg?branch=master)](https://coveralls.io/github/blue-yonder/tsfresh?branch=master)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/blue-yonder/tsfresh/blob/master/LICENSE.txt)\n[![Gitter chat](https://badges.gitter.im/tsfresh/Lobby.svg)](https://gitter.im/tsfresh/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)\n![py27 status](https://img.shields.io/badge/python2.7-supported-green.svg)\n[![py352 status](https://img.shields.io/badge/python3.5.2-supported-green.svg)](https://github.com/blue-yonder/tsfresh/issues/8)\n[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/blue-yonder/tsfresh/master?filepath=notebooks)\n[![Downloads](https://pepy.tech/badge/tsfresh)](https://pepy.tech/project/tsfresh)\n\n\n# tsfresh\n\nThis repository contains the *TSFRESH* python package. The abbreviation stands for\n\n*\"Time Series Feature extraction based on scalable hypothesis tests\"*.\n\nThe package contains many feature extraction methods and a robust feature selection algorithm.\n\n## Spend less time on feature engineering\n\nData Scientists often spend most of their time either cleaning data or building features.\nWhile we cannot change the first thing, the second can be automated.\n*TSFRESH* frees your time spent on building features by extracting them automatically.\nHence, you have more time to study the newest deep learning paper, read hacker news or build better models.\n\n\n## Automatic extraction of 100s of features\n\n*TSFRESH* automatically extracts 100s of features from time series.\nThose features describe basic characteristics of the time series such as the number of peaks, the average or maximal value or more complex features such as the time reversal symmetry statistic.\n\n![The features extracted from a exemplary time series](docs/images/introduction_ts_exa_features.png)\n\nThe set of features can then be used to construct statistical or machine learning models on the time series to be used for example in regression or\nclassification tasks.\n\n## Forget irrelevant features\n\nTime series often contain noise, redundancies or irrelevant information.\nAs a result most of the extracted features will not be useful for the machine learning task at hand.\n\nTo avoid extracting irrelevant features, the *TSFRESH* package has a built-in filtering procedure.\nThis filtering procedure evaluates the explaining power and importance of each characteristic for the regression or classification tasks at hand.\n\nIt is based on the well developed theory of hypothesis testing and uses a multiple test procedure.\nAs a result the filtering process mathematically controls the percentage of irrelevant extracted features.\n\nThe *TSFRESH* package is described in the following open access paper\n\n* Christ, M., Braun, N., Neuffer, J. and Kempa-Liehr A.W. (2018).\n _Time Series FeatuRe Extraction on basis of Scalable Hypothesis tests (tsfresh -- A Python package)._\n Neurocomputing 307 (2018) 72-77, [doi:10.1016/j.neucom.2018.03.067](https://doi.org/10.1016/j.neucom.2018.03.067).\n\nThe FRESH algorithm is described in the following whitepaper\n\n* Christ, M., Kempa-Liehr, A.W. and Feindt, M. (2017). \n _Distributed and parallel time series feature extraction for industrial big data applications._ \n ArXiv e-print 1610.07717, [https://arxiv.org/abs/1610.07717](https://arxiv.org/abs/1610.07717).\n\n\n## Advantages of tsfresh\n\n*TSFRESH* has several selling points, for example\n\n1. it is field tested\n2. it is unit tested\n3. the filtering process is statistically/mathematically correct\n4. it has a comprehensive documentation\n5. it is compatible with sklearn, pandas and numpy\n6. it allows anyone to easily add their favorite features\n7. it both runs on your local machine or even on a cluster\n\n## Next steps\n\nIf you are interested in the technical workings, go to see our comprehensive Read-The-Docs documentation at [http://tsfresh.readthedocs.io](http://tsfresh.readthedocs.io).\n\nThe algorithm, especially the filtering part are also described in the paper mentioned above.\n\nIf you have some questions or feedback you can find the developers in the [gitter chatroom.](https://gitter.im/tsfresh/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)\n\nWe appreciate any contributions, if you are interested in helping us to make *TSFRESH* the biggest archive of feature extraction methods in python, just head over to our [How-To-Contribute](http://tsfresh.readthedocs.io/en/latest/text/how_to_contribute.html) instructions.\n\n## Acknowledgements\n\nThe research and development of *TSFRESH* was funded in part by the German Federal Ministry of Education and Research under grant number 01IS14004 (project iPRODICT).\n\n\n", "description_content_type": "text/markdown", "docs_url": "https://pythonhosted.org/tsfresh/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/blue-yonder/tsfresh", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "tsfresh", "package_url": "https://pypi.org/project/tsfresh/", "platform": "", "project_url": "https://pypi.org/project/tsfresh/", "project_urls": { "Homepage": "https://github.com/blue-yonder/tsfresh" }, "release_url": "https://pypi.org/project/tsfresh/0.12.0/", "requires_dist": [ "requests (>=2.9.1)", "numpy (>=1.10.4)", "pandas (<=0.23.4,>=0.20.3)", "scipy (>=1.2.0)", "statsmodels (>=0.8.0)", "patsy (>=0.4.1)", "future (>=0.16.0)", "six (>=1.10.0)", "tqdm (>=4.10.0)", "dask (>=0.15.2)", "distributed (>=1.18.3)", "scikit-learn (<0.21.0,>=0.19.0) ; python_version <= \"2.7\"", "ipaddress (>=1.0.18) ; python_version <= \"2.7\"", "scikit-learn (>=0.19.0) ; python_version > \"3\"" ], "requires_python": "", "summary": "tsfresh extracts relevant characteristics from time series", "version": "0.12.0" }, "last_serial": 5506532, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "fc396c974b5afb1aacbc963fc5318173", "sha256": "12ef1bbd37852c66ff46ac311a571b11e12e81d4aa8b571b9625625497c032ca" }, "downloads": -1, "filename": "tsfresh-0.1.1.tar.gz", "has_sig": false, "md5_digest": "fc396c974b5afb1aacbc963fc5318173", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 537746, "upload_time": "2016-10-27T12:54:12", "url": "https://files.pythonhosted.org/packages/aa/f8/0285b679281691f8c11f5e5b201c89d8e2dcf228ec0e68a3ba90b4ad471f/tsfresh-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "73acf1b918b8e7feddc4fca43b0b6377", "sha256": "ca243c25b1a7dc62c6428646623f29ad72679c86231a0a96f116d63e04f93bf7" }, "downloads": -1, "filename": "tsfresh-0.1.2.tar.gz", "has_sig": false, "md5_digest": "73acf1b918b8e7feddc4fca43b0b6377", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 438966, "upload_time": "2016-11-04T10:30:27", "url": "https://files.pythonhosted.org/packages/6e/9d/b44457e5a3ac8b564dc68ab57541f861b1c44cc39edf13c8e44253048d65/tsfresh-0.1.2.tar.gz" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "549920bd297f68a18e8ab1f7d78c0f75", "sha256": "5c699604d7e860ced7699bd820f3ac86559ac01ad9570f48156484683021836e" }, "downloads": -1, "filename": "tsfresh-0.10.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "549920bd297f68a18e8ab1f7d78c0f75", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1171525, "upload_time": "2017-08-17T16:53:11", "url": "https://files.pythonhosted.org/packages/cf/27/71d35689c1cf6c907c6609cfd77a7dceff426b589f5a58187ed663391811/tsfresh-0.10.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "10d1b5f53114bef93234dc1e6986407f", "sha256": "11d35374b39ed28b5641df4d3faec965300159fa60face7d05329202295bbc22" }, "downloads": -1, "filename": "tsfresh-0.10.0.tar.gz", "has_sig": false, "md5_digest": "10d1b5f53114bef93234dc1e6986407f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3349331, "upload_time": "2017-08-17T16:53:14", "url": "https://files.pythonhosted.org/packages/5e/38/97d09b830b0f8e0b44b3e87b3995371f51df11b4a4ddf712381933b2b9b4/tsfresh-0.10.0.tar.gz" } ], "0.10.1": [ { "comment_text": "", "digests": { "md5": "1ecdd5647548d2ff8a414ba9ca773e88", "sha256": "4c8b6b3b2d5aee7206c283e46f7b965379597aaa2ab2cb5efc8eea0fd6fefdf2" }, "downloads": -1, "filename": "tsfresh-0.10.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1ecdd5647548d2ff8a414ba9ca773e88", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1171591, "upload_time": "2017-08-25T20:48:11", "url": "https://files.pythonhosted.org/packages/3b/4c/1fa300c57afda85b510d820d23b6ea6718f6e6fe11a344dd81f7a3ba7c65/tsfresh-0.10.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5cba5e0bf90deefe56e8917fe3366bdd", "sha256": "5866a0f8928becf9eb8a128477eb211b35ac425ef7f1cf94c277f8f97b899895" }, "downloads": -1, "filename": "tsfresh-0.10.1.tar.gz", "has_sig": false, "md5_digest": "5cba5e0bf90deefe56e8917fe3366bdd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3349787, "upload_time": "2017-08-25T20:48:13", "url": "https://files.pythonhosted.org/packages/94/c5/6da603ed991e3ec89fc4584376f3d206ea8e6ef778a3fdb2257cfdb2df59/tsfresh-0.10.1.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "2c6a337f260b30d7d772f8d1a70a5779", "sha256": "215317f99947f3e4935ac814b86466ec7f2632eb4fe521aad654580b7d953575" }, "downloads": -1, "filename": "tsfresh-0.11.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2c6a337f260b30d7d772f8d1a70a5779", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1176673, "upload_time": "2017-10-14T10:33:26", "url": "https://files.pythonhosted.org/packages/14/8e/d0b2d72d5c858f763fdec5f7869f9375dbd267a16cff59284f8e1dcde3d0/tsfresh-0.11.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "310bef3366144498038262127dd14276", "sha256": "c467ad855a6362ad5492ea2e4eb70cc1b87c8c12bd6843e6baf6259b1af7f73c" }, "downloads": -1, "filename": "tsfresh-0.11.0.tar.gz", "has_sig": false, "md5_digest": "310bef3366144498038262127dd14276", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3414013, "upload_time": "2017-10-14T10:33:29", "url": "https://files.pythonhosted.org/packages/38/ff/3d139d976ad3c976a86bda3fa44e5cb7c8258ba1a63667ad2c789e815259/tsfresh-0.11.0.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "0b9a8178d2eebf4a0c4501a15d266baf", "sha256": "50c49495d4c4b1b1d6eedb1e49274e1cf47f63d51e3347c0403f3cc2cd0d17f3" }, "downloads": -1, "filename": "tsfresh-0.11.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b9a8178d2eebf4a0c4501a15d266baf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1175435, "upload_time": "2018-09-07T07:03:42", "url": "https://files.pythonhosted.org/packages/2f/32/265c651f4fd70751f5ada348af0f9e322b058eddcda6a6f9bb305c8d270a/tsfresh-0.11.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f4b87c3f3ff5394a23b81ac9a67747d", "sha256": "f380d8dadc14ef854cb154d301e7c773c499097c1b24c572443d929261fc45dc" }, "downloads": -1, "filename": "tsfresh-0.11.1.tar.gz", "has_sig": false, "md5_digest": "1f4b87c3f3ff5394a23b81ac9a67747d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3394958, "upload_time": "2018-09-07T07:03:45", "url": "https://files.pythonhosted.org/packages/3b/ea/0da7e36adb9a005a9f07a82c950fd8542c6677068f5a1269db159576d2cf/tsfresh-0.11.1.tar.gz" } ], "0.11.2": [ { "comment_text": "", "digests": { "md5": "c7b853ac503d7b5aff24cd0b4cb0a638", "sha256": "92cf1b9a7c23667439832e0cdbeaac9431c8d7bd8358bc8e45ed2c9f1d20bcdc" }, "downloads": -1, "filename": "tsfresh-0.11.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c7b853ac503d7b5aff24cd0b4cb0a638", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 119211, "upload_time": "2019-02-18T15:46:49", "url": "https://files.pythonhosted.org/packages/7f/67/841f3620083ce2611fb6020e0f7567caaccd73a4a8d635e674abd412cf9b/tsfresh-0.11.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0dcd0f0427fe81cf8d6dc61ee60fa580", "sha256": "10e73f5188abc5931b39e9ff9f25841e45db9b3825b97a26617b6b46937abb0c" }, "downloads": -1, "filename": "tsfresh-0.11.2.tar.gz", "has_sig": false, "md5_digest": "0dcd0f0427fe81cf8d6dc61ee60fa580", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3401212, "upload_time": "2019-02-18T15:46:51", "url": "https://files.pythonhosted.org/packages/38/42/80e0c531d3e7f86a65e79c0d92dd7bbe1fa8a5966ba2b51bc543d8d56e74/tsfresh-0.11.2.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "4d04c5886edafc11ea082cfd300fc52a", "sha256": "f9c5f43252100cf37fc23cc70164b46293bde1a883f2e74eac5bd5e98640e801" }, "downloads": -1, "filename": "tsfresh-0.12.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4d04c5886edafc11ea082cfd300fc52a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 123378, "upload_time": "2019-07-09T11:42:16", "url": "https://files.pythonhosted.org/packages/46/00/91c20b5d51d16c8aaf18ef4d57d7402594e0ae90f5f140370bfc9cd88c0d/tsfresh-0.12.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c1dbf79801db480ae326d00c5a5ebf4", "sha256": "070becc4fdcd173ccae068774c1420d304c99964dbc73bc6f7d6290cfb4ae38d" }, "downloads": -1, "filename": "tsfresh-0.12.0.tar.gz", "has_sig": false, "md5_digest": "8c1dbf79801db480ae326d00c5a5ebf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3407868, "upload_time": "2019-07-09T11:42:18", "url": "https://files.pythonhosted.org/packages/12/ec/8916ff7e668f223158f8ca662df339aa7c5e786b79c8098c31b8ade5c935/tsfresh-0.12.0.tar.gz" } ], "0.2.0": [], "0.3.0": [ { "comment_text": "", "digests": { "md5": "532fcd007121cac56645e103101d86ce", "sha256": "c2db7eae7b1cc966e73b94684f752914e7e1dc5f9dbe385cf70f4481e3dced9e" }, "downloads": -1, "filename": "tsfresh-0.3.0.zip", "has_sig": false, "md5_digest": "532fcd007121cac56645e103101d86ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1594400, "upload_time": "2016-11-28T20:33:24", "url": "https://files.pythonhosted.org/packages/12/2f/25e2793a64a28df4c34896fa2be6ba6a1aabd1c3701b5158ac8d6ff13c1f/tsfresh-0.3.0.zip" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "9c1c50743d981b83460a22cd5d5807a8", "sha256": "2a13ab4ea9b6c89e8385a750a2b91eeae8ba02d92f373f1049d870cb4fdd5ee9" }, "downloads": -1, "filename": "tsfresh-0.3.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9c1c50743d981b83460a22cd5d5807a8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1153503, "upload_time": "2016-12-14T12:52:13", "url": "https://files.pythonhosted.org/packages/f8/8d/ae42ff8c678c2d18cc96e4bdf6b936f93a32893c329226df048a5121ed5b/tsfresh-0.3.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "791aa35ad97b8f5cab5235025fb5e95d", "sha256": "62b335df876a6766af0570fdaaf377e48519880451f812db4c7a82780b81e59a" }, "downloads": -1, "filename": "tsfresh-0.3.1.tar.gz", "has_sig": false, "md5_digest": "791aa35ad97b8f5cab5235025fb5e95d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1520031, "upload_time": "2016-12-14T12:52:17", "url": "https://files.pythonhosted.org/packages/6b/71/7a676fa8a7c5bed13649f58d14720f2df834ba4b0a0cfc270ca72cb3cf07/tsfresh-0.3.1.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "6e97a22ba1e82754c0266a5451c02017", "sha256": "71d37ddedc03bdd840c0ec9a93db50dcfd6bfa7ebf6e9f6b5b54c64e5e0ec817" }, "downloads": -1, "filename": "tsfresh-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6e97a22ba1e82754c0266a5451c02017", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1157939, "upload_time": "2016-12-20T17:08:23", "url": "https://files.pythonhosted.org/packages/92/02/dd7feb5b991185d7cde73213528ad285e0d604ae188669591aa917ec8dcb/tsfresh-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a970358794fb32274d46dea7b8e8e7f9", "sha256": "aa995f1b1c7f1c3e5677f3d7ff1c9170e51d97d61dc915e09781b81e8b08afdc" }, "downloads": -1, "filename": "tsfresh-0.4.0.tar.gz", "has_sig": false, "md5_digest": "a970358794fb32274d46dea7b8e8e7f9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2471621, "upload_time": "2016-12-20T17:08:27", "url": "https://files.pythonhosted.org/packages/14/b0/86d5171181d78414ed112f61535517b533db7ba08ed84df08148cde61c14/tsfresh-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "ed509f29a8c9bedba938d499ced12d9d", "sha256": "50de2ae01d6cccd0fe2a180af972c9dc72064797d6bd4a048491078cdc786f61" }, "downloads": -1, "filename": "tsfresh-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ed509f29a8c9bedba938d499ced12d9d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1158933, "upload_time": "2017-02-01T13:54:55", "url": "https://files.pythonhosted.org/packages/ab/49/680488641bc23cc49f4af989392eae832ad55bd73316e2a90ee2a2e1bea2/tsfresh-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ba850322e128dc6640e30d7927b7d859", "sha256": "a5692dced7344d4f7b78886da82ee6ffef188cdeed1a90240265b00a348dedb8" }, "downloads": -1, "filename": "tsfresh-0.5.0.tar.gz", "has_sig": false, "md5_digest": "ba850322e128dc6640e30d7927b7d859", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2474725, "upload_time": "2017-02-01T13:54:58", "url": "https://files.pythonhosted.org/packages/84/c9/0cf80ffac1eeb8b965ebf736e4276321eb60c119fe5b1f709a4781c958fb/tsfresh-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "5caa3ecb924d96dba7ab116b2594df13", "sha256": "32d9aad5dff2423fd50478fedcd4bce287facd670c83d351b2edfa4a4b62813a" }, "downloads": -1, "filename": "tsfresh-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5caa3ecb924d96dba7ab116b2594df13", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1160528, "upload_time": "2017-03-05T11:53:04", "url": "https://files.pythonhosted.org/packages/0a/27/e520f288a5219b8c34c7f8d332d31ac711a473a30766f4b915d7ea44d51e/tsfresh-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "81ba63571a0831ca682312bc636b16cf", "sha256": "d773fd8e049dfc29e673be5d5c1fc9c85a7322816b7740de5aeb90c1ca0586bb" }, "downloads": -1, "filename": "tsfresh-0.6.0.tar.gz", "has_sig": false, "md5_digest": "81ba63571a0831ca682312bc636b16cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2592163, "upload_time": "2017-03-05T11:53:12", "url": "https://files.pythonhosted.org/packages/3c/0b/c54d92703289a2acffef593efc26f55b2a3dee17cdab53065a30051f3b23/tsfresh-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "ca92bdd82bf68c7f6e96687af7fb2bcf", "sha256": "01be6ef1cbdd99adf54341b3b0bbec211b0ea845065818e85297032d2e80b13d" }, "downloads": -1, "filename": "tsfresh-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ca92bdd82bf68c7f6e96687af7fb2bcf", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1161657, "upload_time": "2017-03-29T12:02:13", "url": "https://files.pythonhosted.org/packages/fe/2d/bbee9d2818fbd6168fcd6a9de86b984976b5615a899036ce42d88058e360/tsfresh-0.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c46275526cfaf1e9be30b367104c057d", "sha256": "1d15d76485f0655d61d6e31aa50825aadfad899378c797a229c8b2830f6c5bf5" }, "downloads": -1, "filename": "tsfresh-0.7.0.tar.gz", "has_sig": false, "md5_digest": "c46275526cfaf1e9be30b367104c057d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2590400, "upload_time": "2017-03-29T12:02:16", "url": "https://files.pythonhosted.org/packages/e9/92/ba227fc6f2a726a88c945f4c9ad217a285dab95efc37b93d3ac456322780/tsfresh-0.7.0.tar.gz" } ], "0.7.1": [ { "comment_text": "", "digests": { "md5": "3ca35e3ea79317f28eb37a70db7d8370", "sha256": "35dceb7156fe0cc28d28007e6b6e42115ba06f23ccd1408943be81646d9d1915" }, "downloads": -1, "filename": "tsfresh-0.7.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3ca35e3ea79317f28eb37a70db7d8370", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1161760, "upload_time": "2017-04-06T22:28:13", "url": "https://files.pythonhosted.org/packages/0e/7d/f366891cc9f281407823f8ec7b3de6caf19d6b661ac619c3484290dc7215/tsfresh-0.7.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a3676a34604ad37ca1df461b57d6123", "sha256": "993ee6777ae230a3372814b4a45918cd198f07c8dba8c1d5ff676747c00059fe" }, "downloads": -1, "filename": "tsfresh-0.7.1.tar.gz", "has_sig": false, "md5_digest": "7a3676a34604ad37ca1df461b57d6123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2586670, "upload_time": "2017-04-06T22:28:18", "url": "https://files.pythonhosted.org/packages/f7/a8/96fb455ab6c7a3e3a5b1b23d6cbc03bfcf9908bb7dbea05d07684d4b4e72/tsfresh-0.7.1.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "2f75cefdb20467e6303bb839d1eed8e4", "sha256": "7155c0ff8597766258f48e540f3e22074459e14db93fe07e7b29bc752b3fbfa5" }, "downloads": -1, "filename": "tsfresh-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "2f75cefdb20467e6303bb839d1eed8e4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1164699, "upload_time": "2017-05-30T11:54:31", "url": "https://files.pythonhosted.org/packages/a1/c8/e1abaaa5c9fe142564689fbbda62aa94492efa620deeda5e2adf623bb54a/tsfresh-0.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d3e1e2c4b32a9566d0393e623f26ed1f", "sha256": "31ec74f6d138a7a5ef4399af60e1999034eab9041b5091d253e48738b7f4bb17" }, "downloads": -1, "filename": "tsfresh-0.8.0.tar.gz", "has_sig": false, "md5_digest": "d3e1e2c4b32a9566d0393e623f26ed1f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1920459, "upload_time": "2017-05-30T11:54:34", "url": "https://files.pythonhosted.org/packages/44/6a/d6b5a78269c27dfe4999d6ebd5d5ed71d3c32249bbc7448acbae620f1b80/tsfresh-0.8.0.tar.gz" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "55281aab194e87bfaeca5c82cdc52bed", "sha256": "60f26c76cfe55210c847e7d5399d07c7d97067ea605e28fb7db6ec10d1578936" }, "downloads": -1, "filename": "tsfresh-0.8.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "55281aab194e87bfaeca5c82cdc52bed", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1167491, "upload_time": "2017-06-21T17:24:37", "url": "https://files.pythonhosted.org/packages/27/23/f34a1ebf754c0d7f9d9764400043addc1383ef2797e6539efb954430289f/tsfresh-0.8.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f41a0bb157322173950a900d99836dbc", "sha256": "cc420a45d68c609e6fdc799be68a7198e9e3c8f1ac2f17e932c3a1ca1f59a8c8" }, "downloads": -1, "filename": "tsfresh-0.8.1.tar.gz", "has_sig": false, "md5_digest": "f41a0bb157322173950a900d99836dbc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1923885, "upload_time": "2017-06-21T17:24:43", "url": "https://files.pythonhosted.org/packages/e6/99/aad87922ad9f3af0f5e4f9c094ba17da15c13c1ea692bf83dad54974da6e/tsfresh-0.8.1.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "dc6795e748a8b8a25bba859394ce7538", "sha256": "b7b99c816d4d3f5f415831c00dd72cf6d4f9e96d4a2b4e76589761262f8253c9" }, "downloads": -1, "filename": "tsfresh-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dc6795e748a8b8a25bba859394ce7538", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 1170933, "upload_time": "2017-08-02T12:42:30", "url": "https://files.pythonhosted.org/packages/6e/78/2e200f040a680872acf197aaaf6b2f8cb8fc8a20b5b011cbf498e24d6fa3/tsfresh-0.9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d9a4c8177a76b1398f27b60cc3e94c3c", "sha256": "62e349e0e8bda1b20b1d97173f5da0ff4b25d8aed82ca185eb8b3156dd4a5706" }, "downloads": -1, "filename": "tsfresh-0.9.0.tar.gz", "has_sig": false, "md5_digest": "d9a4c8177a76b1398f27b60cc3e94c3c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3133074, "upload_time": "2017-08-02T12:42:39", "url": "https://files.pythonhosted.org/packages/f3/1d/217a43ddef00d9e326f95412d38d9aa738d221a4a2601fdd1c42d703dcdc/tsfresh-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4d04c5886edafc11ea082cfd300fc52a", "sha256": "f9c5f43252100cf37fc23cc70164b46293bde1a883f2e74eac5bd5e98640e801" }, "downloads": -1, "filename": "tsfresh-0.12.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4d04c5886edafc11ea082cfd300fc52a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 123378, "upload_time": "2019-07-09T11:42:16", "url": "https://files.pythonhosted.org/packages/46/00/91c20b5d51d16c8aaf18ef4d57d7402594e0ae90f5f140370bfc9cd88c0d/tsfresh-0.12.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8c1dbf79801db480ae326d00c5a5ebf4", "sha256": "070becc4fdcd173ccae068774c1420d304c99964dbc73bc6f7d6290cfb4ae38d" }, "downloads": -1, "filename": "tsfresh-0.12.0.tar.gz", "has_sig": false, "md5_digest": "8c1dbf79801db480ae326d00c5a5ebf4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3407868, "upload_time": "2019-07-09T11:42:18", "url": "https://files.pythonhosted.org/packages/12/ec/8916ff7e668f223158f8ca662df339aa7c5e786b79c8098c31b8ade5c935/tsfresh-0.12.0.tar.gz" } ] }