/deeptime

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

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

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