zwbjtu123 / deeptime

Python library for analysis of time series data including dimensionality reduction, clustering, and Markov model estimation

Home Page:https://deeptime-ml.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deeptime

Build Status

For usage, please refer to deeptime-ml.github.io.

Installation instructions until first release is on conda-forge and pip:

git clone https://github.com/deeptime-ml/deeptime.git

cd deeptime
git submodule update --init

conda install numpy scipy cython scikit-learn

python setup.py install

or

pip install git+https://github.com/deeptime-ml/deeptime.git@master

About

Python library for analysis of time series data including dimensionality reduction, clustering, and Markov model estimation

https://deeptime-ml.github.io/

License:GNU Lesser General Public License v3.0


Languages

Language:Python 91.5%Language:C++ 8.3%Language:CMake 0.2%