Name | deeptime JSON |
Version |
0.4.4
JSON |
| download |
home_page | |
Summary | Python library for analysis of time series data including dimensionality reduction, clustering, and Markov model estimation. |
upload_time | 2022-12-20 13:26:38 |
maintainer | |
docs_url | None |
author | Moritz Hoffmann, Martin Scherer, Tim Hempel, Andreas Mardt, Maaike Galama, Brian de Silva, Brooke Husic, Stefan Klus, Hao Wu, Nathan Kutz, Steven Brunton, Frank Noé |
requires_python | >=3.8 |
license | |
keywords |
markov-model
hidden-markov-model
time-series-analysis
covariance-estimation
koopman-operator
coherent-set-detection
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# deeptime
[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) [![Build Status](https://dev.azure.com/clonker/deeptime/_apis/build/status/deeptime-ml.deeptime?branchName=main)](https://dev.azure.com/clonker/deeptime/_build/latest?definitionId=1&branchName=main) [![codecov](https://codecov.io/gh/deeptime-ml/deeptime/branch/main/graph/badge.svg?token=MgQZqDM4sK)](https://codecov.io/gh/deeptime-ml/deeptime) [![DOI](https://img.shields.io/badge/DOI-10.1088%2F2632--2153%2Fac3de0-blue)](https://doi.org/10.1088/2632-2153/ac3de0)
Deeptime is a general purpose Python library offering various tools to estimate dynamical models
based on time-series data including conventional linear learning methods, such as Markov State
Models (MSMs), Hidden Markov Models (HMMs) and Koopman models, as well as kernel and
deep learning approaches such as VAMPnets and deep MSMs. The library is largely compatible
with scikit-learn, having a range of Estimator classes for these different models, but in
contrast to scikit-learn also provides Model classes, e.g., in the case of an MSM,
which provide a multitude of analysis methods to compute interesting thermodynamic, kinetic
and dynamical quantities, such as free energies, relaxation times and transition paths.
Releases:
Installation via `conda` recommended, `pip` compiles the library locally.
| [![conda-forge](https://img.shields.io/conda/v/conda-forge/deeptime?color=brightgreen&label=conda-forge)](https://github.com/conda-forge/deeptime-feedstock) | [![PyPI](https://badge.fury.io/py/deeptime.svg)](https://pypi.org/project/deeptime) |
|:-: |:-: |
| `conda install -c conda-forge deeptime` | `pip install deeptime` |
Documentation: [deeptime-ml.github.io](https://deeptime-ml.github.io/).
## Building the latest trunk version of the package:
Using pip with a local clone and pulling dependencies:
```
git clone https://github.com/deeptime-ml/deeptime.git
cd deeptime
pip install .
```
Or using pip directly on the remote:
```
pip install git+https://github.com/deeptime-ml/deeptime.git@main
```
Raw data
{
"_id": null,
"home_page": "",
"name": "deeptime",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "markov-model,hidden-markov-model,time-series-analysis,covariance-estimation,koopman-operator,coherent-set-detection",
"author": "Moritz Hoffmann, Martin Scherer, Tim Hempel, Andreas Mardt, Maaike Galama, Brian de Silva, Brooke Husic, Stefan Klus, Hao Wu, Nathan Kutz, Steven Brunton, Frank No\u00e9",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/73/39/997b4a05ab90ca63a282a7b958c282534bf7950306a69b03b899fe3540e1/deeptime-0.4.4.tar.gz",
"platform": null,
"description": "# deeptime\n\n[![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) [![Build Status](https://dev.azure.com/clonker/deeptime/_apis/build/status/deeptime-ml.deeptime?branchName=main)](https://dev.azure.com/clonker/deeptime/_build/latest?definitionId=1&branchName=main) [![codecov](https://codecov.io/gh/deeptime-ml/deeptime/branch/main/graph/badge.svg?token=MgQZqDM4sK)](https://codecov.io/gh/deeptime-ml/deeptime) [![DOI](https://img.shields.io/badge/DOI-10.1088%2F2632--2153%2Fac3de0-blue)](https://doi.org/10.1088/2632-2153/ac3de0)\n\nDeeptime is a general purpose Python library offering various tools to estimate dynamical models \nbased on time-series data including conventional linear learning methods, such as Markov State \nModels (MSMs), Hidden Markov Models (HMMs) and Koopman models, as well as kernel and \ndeep learning approaches such as VAMPnets and deep MSMs. The library is largely compatible \nwith scikit-learn, having a range of Estimator classes for these different models, but in \ncontrast to scikit-learn also provides Model classes, e.g., in the case of an MSM, \nwhich provide a multitude of analysis methods to compute interesting thermodynamic, kinetic \nand dynamical quantities, such as free energies, relaxation times and transition paths.\n\nReleases:\n\nInstallation via `conda` recommended, `pip` compiles the library locally.\n\n| [![conda-forge](https://img.shields.io/conda/v/conda-forge/deeptime?color=brightgreen&label=conda-forge)](https://github.com/conda-forge/deeptime-feedstock) \t| [![PyPI](https://badge.fury.io/py/deeptime.svg)](https://pypi.org/project/deeptime)\t|\n|:-:\t|:-:\t|\n| `conda install -c conda-forge deeptime` | `pip install deeptime` \t|\n\nDocumentation: [deeptime-ml.github.io](https://deeptime-ml.github.io/).\n\n## Building the latest trunk version of the package:\n\nUsing pip with a local clone and pulling dependencies:\n```\ngit clone https://github.com/deeptime-ml/deeptime.git\n\ncd deeptime\npip install .\n```\n\nOr using pip directly on the remote:\n```\npip install git+https://github.com/deeptime-ml/deeptime.git@main\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "Python library for analysis of time series data including dimensionality reduction, clustering, and Markov model estimation.",
"version": "0.4.4",
"split_keywords": [
"markov-model",
"hidden-markov-model",
"time-series-analysis",
"covariance-estimation",
"koopman-operator",
"coherent-set-detection"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "209530b62e467bde0a023b89155799bb",
"sha256": "861843eac00b1d5592c7469fdff64f4a792bd3874371947f1ceec2987c367982"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp310-cp310-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "209530b62e467bde0a023b89155799bb",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1662083,
"upload_time": "2022-12-20T13:25:51",
"upload_time_iso_8601": "2022-12-20T13:25:51.794374Z",
"url": "https://files.pythonhosted.org/packages/60/6a/de21d4e22dd3181c3d93380575962c574eb80cf14affb92483a785cf8f54/deeptime-0.4.4-cp310-cp310-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "917aeb3a21ab162927b951f988a0404c",
"sha256": "04ccc66bdcf6230f463362d56e1498801c2794b29abdc88fa876cf4e2726d9e6"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp310-cp310-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "917aeb3a21ab162927b951f988a0404c",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1563876,
"upload_time": "2022-12-20T13:25:54",
"upload_time_iso_8601": "2022-12-20T13:25:54.881570Z",
"url": "https://files.pythonhosted.org/packages/12/72/256ece6dc4f03330439dbd296983df84348edfca5a5f0f34ff9132effd5a/deeptime-0.4.4-cp310-cp310-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "7df3007bf9959589e94710eda875fc86",
"sha256": "9620243b0fb13a38ec167e047b4eeedcadc19741c63507e0c5143865cfc4e0f6"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "7df3007bf9959589e94710eda875fc86",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2082768,
"upload_time": "2022-12-20T13:25:58",
"upload_time_iso_8601": "2022-12-20T13:25:58.455902Z",
"url": "https://files.pythonhosted.org/packages/ab/b5/00076a0f905327aff3c7f24d586cdbf0789530166774950eef056edc1a2e/deeptime-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "f252170a1c284fa84349e83547d23cf5",
"sha256": "45f2af4c5d60139a5feddf903c5b7ad96d300d2f251bb76b7fe8e4ad976e0809"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "f252170a1c284fa84349e83547d23cf5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1599421,
"upload_time": "2022-12-20T13:26:01",
"upload_time_iso_8601": "2022-12-20T13:26:01.708200Z",
"url": "https://files.pythonhosted.org/packages/b5/1e/0d459eab07de6ec1daa13d6724519e55005db6c05e6025790a771629ab47/deeptime-0.4.4-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "6dc47b42d40fd4ba5e92f6237be54ffa",
"sha256": "5e43061cfb86fa71b1bc74b1d337cb6aaec8525f7a8c1f9a2cdb1b30168fb92a"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp311-cp311-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "6dc47b42d40fd4ba5e92f6237be54ffa",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1660387,
"upload_time": "2022-12-20T13:26:04",
"upload_time_iso_8601": "2022-12-20T13:26:04.871091Z",
"url": "https://files.pythonhosted.org/packages/6a/af/fc5a610617ed293fe537fbb8d00e757a4eddfa45831a292e9efba63e9802/deeptime-0.4.4-cp311-cp311-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "fb55c31c4384c598c4a84a5dfdedd8d7",
"sha256": "7f07442057ecb54eb4a80ee54d1f9a274c23453420119ca8662c7dde8b157ea5"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "fb55c31c4384c598c4a84a5dfdedd8d7",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1562377,
"upload_time": "2022-12-20T13:26:07",
"upload_time_iso_8601": "2022-12-20T13:26:07.822952Z",
"url": "https://files.pythonhosted.org/packages/82/27/b5037fa44109ee1fe9348f761b65e3569e24f42cec47fe7b1ae890baea83/deeptime-0.4.4-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "3bd843bc9921c35a7ee6acb1e27c44aa",
"sha256": "aba404fe31e2f162d5c479899e34aa0c23e376c2363a8ec655d5a40277e4f736"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3bd843bc9921c35a7ee6acb1e27c44aa",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2081881,
"upload_time": "2022-12-20T13:26:10",
"upload_time_iso_8601": "2022-12-20T13:26:10.929653Z",
"url": "https://files.pythonhosted.org/packages/9c/fa/de2c1d1e54d62a240d629753aa76fcded7af7114d57534b80594f85976fa/deeptime-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "c8f1365817f241ffe0487c9767eccb2e",
"sha256": "bd04eae394cecacca5f05b4d9a1a9259a697f31571ae27d4c3dee0741b93a990"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "c8f1365817f241ffe0487c9767eccb2e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1598566,
"upload_time": "2022-12-20T13:26:14",
"upload_time_iso_8601": "2022-12-20T13:26:14.025394Z",
"url": "https://files.pythonhosted.org/packages/5c/58/fcd732a54173ba2a7054a568b26bcd76fdb45eabc0349f1a773ebbf5b7ce/deeptime-0.4.4-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "f914a9652c1d677ae2e2883b4d5c8fd9",
"sha256": "19df5260120020e413c2161122cf3106d988780069fc29450d16a95b57886830"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp38-cp38-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "f914a9652c1d677ae2e2883b4d5c8fd9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1659948,
"upload_time": "2022-12-20T13:26:16",
"upload_time_iso_8601": "2022-12-20T13:26:16.775026Z",
"url": "https://files.pythonhosted.org/packages/c5/2c/427a820ae96c999e9d29a595956edf2c0f280f6a89ed2bf697f887964559/deeptime-0.4.4-cp38-cp38-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "2bd2abb588ae1b6ad03d13285e091ae9",
"sha256": "cb3e200ae7c17bf637fcf713bf09b737fce8425c7539ec2deeaf48050c66f92f"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp38-cp38-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "2bd2abb588ae1b6ad03d13285e091ae9",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1561763,
"upload_time": "2022-12-20T13:26:19",
"upload_time_iso_8601": "2022-12-20T13:26:19.520754Z",
"url": "https://files.pythonhosted.org/packages/8e/7e/c589337e1a9a4608403e6b497f829accd29e5bf7daa881a84b926f676cf6/deeptime-0.4.4-cp38-cp38-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "4644edb1e5128d115952a0a388ecc731",
"sha256": "964676edd00daa209b408f8e5b4fde3c8a82da0c068ae01c51779bead7994844"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "4644edb1e5128d115952a0a388ecc731",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2084240,
"upload_time": "2022-12-20T13:26:22",
"upload_time_iso_8601": "2022-12-20T13:26:22.626419Z",
"url": "https://files.pythonhosted.org/packages/d3/de/abad5b2f690b9ebd83de2b4d8b5e03be5e177e8094e3bb9837e7ae326b7f/deeptime-0.4.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "122a74caf7dc8872740d3db377405542",
"sha256": "27afd62410732ada784f33380daeb45a538557f8cd0daf74a67c4899ceccbee5"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "122a74caf7dc8872740d3db377405542",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1600510,
"upload_time": "2022-12-20T13:26:25",
"upload_time_iso_8601": "2022-12-20T13:26:25.131467Z",
"url": "https://files.pythonhosted.org/packages/c6/e0/60cb56b7a2368c3b43e1495f4e10604ffab166e22a23044e2c6f8ef353cb/deeptime-0.4.4-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "06eb3eaa3a138c9024898486a936f6be",
"sha256": "9e053e58cf12caa438073e64385818080bcc449e69b6a2aae17fe41af9467b0a"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp39-cp39-macosx_10_9_x86_64.whl",
"has_sig": false,
"md5_digest": "06eb3eaa3a138c9024898486a936f6be",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1662683,
"upload_time": "2022-12-20T13:26:27",
"upload_time_iso_8601": "2022-12-20T13:26:27.647893Z",
"url": "https://files.pythonhosted.org/packages/a0/29/84841f06f6fdc19bdd9f553de36a056e235b858eafce3be7c1cb0ea00146/deeptime-0.4.4-cp39-cp39-macosx_10_9_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "d2f84b889e1ff12afd27c4df186fb5a7",
"sha256": "b3b76601b9fa4d742c6646f13f86227301f2eada55ca314603d82707508b349d"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp39-cp39-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "d2f84b889e1ff12afd27c4df186fb5a7",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1564612,
"upload_time": "2022-12-20T13:26:30",
"upload_time_iso_8601": "2022-12-20T13:26:30.357514Z",
"url": "https://files.pythonhosted.org/packages/a5/65/5a0a42d02366e567e349fa86c3840a68a7f93270bb287e8f857e98f8a03d/deeptime-0.4.4-cp39-cp39-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "1faa67271e47041adcb528ae1c4b0a05",
"sha256": "cdc500ce6c74ebae44145ea0717dbf8d7dc26b14457e5f0f1bd2c6e8938172a7"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "1faa67271e47041adcb528ae1c4b0a05",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2087480,
"upload_time": "2022-12-20T13:26:33",
"upload_time_iso_8601": "2022-12-20T13:26:33.508605Z",
"url": "https://files.pythonhosted.org/packages/37/f2/996876757f5a68c225ef72d0b44518acbfe4145578d62767ac6abb2976cf/deeptime-0.4.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "7b154042250e18531ef4d7bc2a6a4aa4",
"sha256": "663a260ca9f592c633439850683eb5cf29ccddc5b7464692f17f63292b8838fa"
},
"downloads": -1,
"filename": "deeptime-0.4.4-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "7b154042250e18531ef4d7bc2a6a4aa4",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1588838,
"upload_time": "2022-12-20T13:26:36",
"upload_time_iso_8601": "2022-12-20T13:26:36.398066Z",
"url": "https://files.pythonhosted.org/packages/01/01/cf693a441f59892682820f5b0f6dae135bea7e62ce9bfc2aeefb486244ff/deeptime-0.4.4-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "8bdec58e8d9895a27cc075d8d1d4df41",
"sha256": "2634b0445ae507b3a132b2ccf06799ce975741aeb5cce3b77d854292034cc1d3"
},
"downloads": -1,
"filename": "deeptime-0.4.4.tar.gz",
"has_sig": false,
"md5_digest": "8bdec58e8d9895a27cc075d8d1d4df41",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 461741,
"upload_time": "2022-12-20T13:26:38",
"upload_time_iso_8601": "2022-12-20T13:26:38.798722Z",
"url": "https://files.pythonhosted.org/packages/73/39/997b4a05ab90ca63a282a7b958c282534bf7950306a69b03b899fe3540e1/deeptime-0.4.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-20 13:26:38",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "deeptime"
}