Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 10.8 KB

related-time-series-resources.md

File metadata and controls

37 lines (22 loc) · 10.8 KB
description cover coverY
Resources related to HCTSA including talks/demos, workflow examples and related packages.
-139

Related Time-Series Resources

A collection of good resources for time-series analysis (including in other programming languages like python and R) are listed here. See also larger collections of time-series resources, by Lukasz Mentel and, focused on python: Max Christ.

Time-Series Data

CompEngineAccompanying web resource that provides a self-organising database of time-series data. It allows users to upload, explore, and compare thousands of different types of time-series data. http://www.comp-engine.org/
pyspipyspi is a comprehensive python library for computing hundreds of statistics of pairwise interactions (SPIs) directly from multivariate time series (MTS) data.https://github.com/DynamicsAndNeuralSystems/pyspi

Feature sets derived from hctsa

catch22This reduced set of 22 features, determined through a combination of classification performance (across 93 problems) and mutual redundancy (as explained in this 📗 paper), is available here as an efficiently coded C implementation.https://github.com/DynamicsAndNeuralSystems/catch22
catchamouse16A reduced set of 16 features (trained on mouse fMRI data), coded in C with wrappers for use in python, R, etc.https://github.com/DynamicsAndNeuralSystems/catchaMouse16

hctsa

autohctsaProvides code for setting a hctsa feature-extraction job running on a computing cluster without leaving your local machine (with associated Julia helper code).https://github.com/brendanjohnharris/Autohctsa
distributedhctsaProvides MATLAB code for distributing hctsa calculations across nodes of a computing cluster (using pbs or slurm schedulers).https://github.com/benfulcher/distributed_hctsa
Candidate Feature LabA repository for testing new time-series analysis algorithms for redundancy (and assessing whether to include into hctsa).https://github.com/benfulcher/CandidateFeatureLab
hctsa-pyA work in progress to recode many hctsa time-series analysis features into native python code.https://github.com/fairscape/hctsa-py
pyopyThis excellent repository allows users to run hctsa software from within python.https://github.com/strawlab/pyopy
hctsaAnalysisPythonSome preliminary python code for analyzing the results of hctsa calculations.https://github.com/benfulcher/hctsaAnalysisPython

Feature-based time-series packages developed by others

There is a list of python-based packages for time-series analysis here that is worth taking a look at, in addition to those packages highlighted below:

tsfreshNative python time-series code to extract hundreds of time-series features, with in-built feature filtering. See the paper.https://github.com/blue-yonder/tsfresh
KatsKats is a toolkit for analysing time-series data in python, and includes basic feature extraction functionality.https://github.com/facebookresearch/kats
thefttheft (Tools for Handling Extraction of Features from Time series) allows users to compute various open time-series features sets and contains associated tools for visualising and analysing the results.https://github.com/hendersontrent/theft
TSFELTSFEL, 'Time Series Feature Extraction Library', is a python package with implementations of 60 simple time-series features (with unit tests).https://github.com/fraunhoferportugal/tsfel
tsflexA flexible and efficient toolkit for flexible time-series processing & feature extraction, that makes minimal assumptions about sequential data. Includes support for a range of feature sets, including tsfresh, catch22, TSFEL, and Kats.https://github.com/predict-idlab/tsflex
NeuroKitIncludes a wide range of useful signal processing tools (like power spectral densities, detrending and bandpass filtering, and empirical mode decomposition). It also includes estimation of complexity parameters (many entropies and correlation dimensions, see part of readme here) as well as detrended fluctuation analysis.https://github.com/neuropsychology/NeuroKit
tscompdataMakes available existing collections of time-series data for analysis.https://github.com/robjhyndman/tscompdata
tsfeaturesIncludes implementations of a range of time-series features.https://github.com/robjhyndman/tsfeatures
feastsProvides a collection of tools for the analysis of tidy time-series data represented as a tsibble.https://feasts.tidyverts.org/

Other packages and resources

sktimeA unified framework for machine learning with time series.https://sktime.org
KhivaAn open-source library of efficient algorithms to analyse time series using GPU and CPU.https://github.com/shapelets/khiva
pyunicornA python-based nonlinear time-series analysis and complex systems code package. See this publication.https://github.com/pik-copan/pyunicorn
tslearnA python package for performing machine learning using time-series data, including loading datasets from the UCR/UAE repository.https://github.com/tslearn-team/tslearn
TSFuseA python package that can extract features from multivariate time series.https://github.com/arnedb/tsfuse