All Projects → deeptime-ml → Deeptime

deeptime-ml / Deeptime

Licence: lgpl-3.0
Python library for analysis of time series data including dimensionality reduction, clustering, and Markov model estimation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Deeptime

Awesome Aiops
AIOps学习资料汇总,欢迎一起补全这个仓库,欢迎star
Stars: ✭ 931 (+574.64%)
Mutual labels:  time-series-analysis
Tsrepr
TSrepr: R package for time series representations
Stars: ✭ 75 (-45.65%)
Mutual labels:  time-series-analysis
Empirical Lang
A language for time-series analysis
Stars: ✭ 105 (-23.91%)
Mutual labels:  time-series-analysis
Trck
Query engine for TrailDB
Stars: ✭ 48 (-65.22%)
Mutual labels:  time-series-analysis
Systemicrisk
A framework for systemic risk valuation and analysis.
Stars: ✭ 72 (-47.83%)
Mutual labels:  time-series-analysis
Bayesloop
Probabilistic programming framework that facilitates objective model selection for time-varying parameter models.
Stars: ✭ 87 (-36.96%)
Mutual labels:  time-series-analysis
Alphapy
Automated Machine Learning [AutoML] with Python, scikit-learn, Keras, XGBoost, LightGBM, and CatBoost
Stars: ✭ 564 (+308.7%)
Mutual labels:  time-series-analysis
Exoplanet
Fast & scalable MCMC for all your exoplanet needs!
Stars: ✭ 122 (-11.59%)
Mutual labels:  time-series-analysis
Nolitsa
A Python module implementing some standard algorithms used in nonlinear time series analysis
Stars: ✭ 75 (-45.65%)
Mutual labels:  time-series-analysis
Repo 2016
R, Python and Mathematica Codes in Machine Learning, Deep Learning, Artificial Intelligence, NLP and Geolocation
Stars: ✭ 103 (-25.36%)
Mutual labels:  time-series-analysis
Astsa
R package to accompany Time Series Analysis and Its Applications: With R Examples -and- Time Series: A Data Analysis Approach Using R
Stars: ✭ 53 (-61.59%)
Mutual labels:  time-series-analysis
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-51.45%)
Mutual labels:  time-series-analysis
Stingray
Anything can happen in the next half hour (including spectral timing made easy)!
Stars: ✭ 94 (-31.88%)
Mutual labels:  time-series-analysis
Chronikis
A compiler for Bayesian time series models.
Stars: ✭ 20 (-85.51%)
Mutual labels:  time-series-analysis
Time Series Forecasting With Python
A use-case focused tutorial for time series forecasting with python
Stars: ✭ 105 (-23.91%)
Mutual labels:  time-series-analysis
Scikit Stan
A high-level Bayesian analysis API written in Python
Stars: ✭ 22 (-84.06%)
Mutual labels:  time-series-analysis
Licsbas
LiCSBAS: InSAR time series analysis package using LiCSAR products
Stars: ✭ 75 (-45.65%)
Mutual labels:  time-series-analysis
Simplestockanalysispython
Stock Analysis Tutorial in Python
Stars: ✭ 126 (-8.7%)
Mutual labels:  time-series-analysis
Tslearn
A machine learning toolkit dedicated to time-series data
Stars: ✭ 1,910 (+1284.06%)
Mutual labels:  time-series-analysis
Lt Gee
Google Earth Engine implementation of the LandTrendr spectral-temporal segmentation algorithm. For documentation see:
Stars: ✭ 103 (-25.36%)
Mutual labels:  time-series-analysis

deeptime

License: LGPL v3 Build Status

Releases:

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

Documentation: deeptime-ml.github.io.

Building the latest trunk version of the package:

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

pip install git+https://github.com/deeptime-ml/[email protected]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].