geogubd / 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

License: LGPL v3 Build Status codecov

Releases:

Installation via conda recommended.

conda-forge PyPI
conda install -c conda-forge deeptime pip install deeptime

Documentation: deeptime-ml.github.io.

Building the latest trunk version of the package:

Using conda for dependency management and python setup.py:

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

cd deeptime
git submodule update --init

conda install numpy scipy cython scikit-learn pybind11

python setup.py install

Or using pip:

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

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 90.5%Language:C++ 9.3%Language:CMake 0.2%Language:Cython 0.1%