You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ The following list is by no means exhaustive, feel free to edit the list (will p
11
11
| Project Name | Description |
12
12
| ------- | ------ |
13
13
|[Arrow](https://github.com/crsmithdev/arrow)| A sensible, human-friendly approach to creating, manipulating, formatting and converting dates, times, and timestamps |
14
+
|[bta-lib](https://github.com/mementum/bta-lib)| Technical Analysis library in pandas for backtesting algotrading and quantitative analysis |
14
15
|[cesium](https://github.com/cesium-ml/cesium)| Time series platform with feature extraction aiming for non uniformly sampled signals |
16
+
|[Darts](https://github.com/unit8co/darts)| A library making it very easy to produce forecasts using a wide range of models, from ARIMA to deep learning. Also does ensembling, model selection and more. |
15
17
|[GENDIS](https://github.com/IBCNServices/GENDIS)| Shapelet discovery by genetic algorithms |
16
18
|[glm-sklearn](https://github.com/jcrudy/glm-sklearn)| scikit-learn compatible wrapper around the GLM module in [statsmodels](https://github.com/statsmodels/statsmodels)|
17
19
|[Featuretools](https://github.com/Featuretools/featuretools)| Time series feature extraction, with possible conditionality on other variables with a pandas compatible relational-database-like data container |
@@ -30,19 +32,25 @@ The following list is by no means exhaustive, feel free to edit the list (will p
30
32
|[PyFlux](https://github.com/RJT1990/pyflux)| Classical time series forecasting models |
31
33
|[pysf](https://github.com/alan-turing-institute/pysf)| A scikit-learn compatible machine learning library for supervised/panel forecasting |
32
34
|[pyramid](https://github.com/tgsmith61591/pyramid)| port of R's auto.arima method to Python |
35
+
|[pytorch-forecasting](https://github.com/jdb78/pytorch-forecasting)| A time series forecasting library using PyTorch with various state-of-the-art network architectures. |
33
36
|[pyts](https://github.com/johannfaouzi/pyts)| Contains time series preprocessing, transformation as well as classification techniques |
37
+
|[ruptures](https://github.com/deepcharles/ruptures)| Provides methods to find change points in time series such as shifts in the mean or scale of the signal as well as more complex changes in the probability distribution or frequency. |
34
38
|[seglearn](https://github.com/dmbee/seglearn)| Extends the scikit-learn pipeline concept to sequence data |
35
39
|[sktime](https://github.com/alan-turing-institute/sktime)| A scikit-learn compatible library for learning with time series/panel data including time series classification/regression and (supervised/panel) forecasting |
36
40
|[statsmodels](https://github.com/statsmodels/statsmodels)| Contains a submodule for classical time series models and hypothesis tests |
37
41
|[stumpy](https://github.com/TDAmeritrade/stumpy)| Calculates matrix profile for time series subsequence all-pairs-similarity-search |
38
42
|[TensorFlow-Time-Series-Examples](https://github.com/hzy46/TensorFlow-Time-Series-Examples)| Time Series Prediction with tf.contrib.timeseries |
39
43
|[tensorflow_probability.sts](https://github.com/tensorflow/probability/tree/master/tensorflow_probability/python/sts)| Bayesian Structural Time Series model in Tensorflow Probability |
44
+
|[timemachines](https://github.com/microprediction/timemachines)| Functional interface to prophet and other packages, with Elo ratings |
40
45
|[Traces](https://github.com/datascopeanalytics/traces)| A library for unevenly-spaced time series analysis |
41
46
|[ta-lib](https://github.com/mrjbq7/ta-lib)| Calculate technical indicators for financial time series (python wrapper around TA-Lib) |
42
47
|[ta](https://github.com/bukosabino/ta)| Calculate technical indicators for financial time series |
48
+
| [TIMEX](https://github.com/AlexMV12/TIMEX) | Library for creating time-series-forecasting-as-a-service platforms/websites, with a fully automated data ingestion, pre-processing, prediction and results visualization pipeline.
43
49
|[tsfresh](https://github.com/blue-yonder/tsfresh)| Extracts and filters features from time series, allowing supervised classificators and regressor to be applied to time series data |
44
50
|[tslearn](https://github.com/rtavenar/tslearn)| Direct time series classifiers and regressors |
45
51
|[tspreprocess](https://github.com/MaxBenChrist/tspreprocess)| Preprocess time series (resampling, denoising etc.), still WIP |
52
+
|[tsmoothie](https://github.com/cerlymarco/tsmoothie)| A python library for time-series smoothing and outlier detection in a vectorized way|
53
+
46
54
47
55
## Examples or singular models
48
56
@@ -67,6 +75,7 @@ The following list is by no means exhaustive, feel free to edit the list (will p
67
75
|[xarray](https://github.com/pydata/xarray)| Labelled, multi-dimensional data structures as long as they have a shared time index |
68
76
|[xpandas](https://github.com/alan-turing-institute/xpandas)| Labelled 1D and 2D data container for storing type-heterogeneous tabular data of any type, including time series, and encapsulates feature extraction and transformation modelling in an sklearn-compatible transformer interface, work in progress. |
69
77
78
+
70
79
# Data sets
71
80
| Project Name | Description |
72
81
| ------- | ------ |
@@ -86,8 +95,8 @@ The following list is by no means exhaustive, feel free to edit the list (will p
86
95
|[thunder](https://github.com/thunder-project/thunder)| scalable analysis of image and time series data in python based on spark |
87
96
|[whisper](https://github.com/graphite-project/whisper)| File-based time-series database format |
88
97
89
-
# Free courses
90
98
99
+
# Free courses
91
100
| Project Name | Description |
92
101
| ------- | ------ |
93
102
|[Time Series Forecasting](https://www.udacity.com/course/time-series-forecasting--ud980)| Udacity free course to learn about how to build and apply time series analysis/forecasting in business contexts |
0 commit comments