/scikit-time

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

deeptime

License: LGPL v3 Build Status codecov DOI

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 pip with a local clone and pulling dependencies:

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

cd deeptime
pip install -r tests/requirements.txt
pip install -e .

Or using pip directly on the remote:

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