Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/time-series-machine-learning/tsml-py
A toolkit for time series machine learning algorithms.
https://github.com/time-series-machine-learning/tsml-py
data-science machine-learning python scikit-learn time-series time-series-classification time-series-clustering time-series-regression
Last synced: 3 months ago
JSON representation
A toolkit for time series machine learning algorithms.
- Host: GitHub
- URL: https://github.com/time-series-machine-learning/tsml-py
- Owner: time-series-machine-learning
- License: bsd-3-clause
- Created: 2023-02-03T11:56:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T00:50:18.000Z (10 months ago)
- Last Synced: 2024-04-08T02:14:56.042Z (10 months ago)
- Topics: data-science, machine-learning, python, scikit-learn, time-series, time-series-classification, time-series-clustering, time-series-regression
- Language: Python
- Homepage:
- Size: 718 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![github-actions-release](https://img.shields.io/github/actions/workflow/status/time-series-machine-learning/tsml-py/release.yml?logo=github&label=build%20%28release%29)](https://github.com/time-series-machine-learning/tsml-py/actions/workflows/release.yml)
[![github-actions-main](https://img.shields.io/github/actions/workflow/status/time-series-machine-learning/tsml-py/periodic_tests.yml?logo=github&branch=main&label=build%20%28main%29)](https://github.com/time-series-machine-learning/tsml-py/actions/workflows/periodic_tests.yml)
[![codecov](https://img.shields.io/codecov/c/github/time-series-machine-learning/tsml-py?label=codecov&logo=codecov)](https://codecov.io/gh/time-series-machine-learning/tsml-py)
[![pypi](https://img.shields.io/pypi/v/tsml?logo=pypi&color=blue)](https://pypi.org/project/tsml/)
[![!conda](https://img.shields.io/conda/vn/conda-forge/tsml?logo=anaconda&color=blue)](https://anaconda.org/conda-forge/tsml)
[![python-versions](https://img.shields.io/pypi/pyversions/tsml?logo=python)](https://www.python.org/)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![license](https://img.shields.io/badge/license-BSD%203--Clause-green?logo=style)](https://github.com/time-series-machine-learning/tsml-py/blob/main/LICENSE)# tsml-py
A toolkit for time series machine learning algorithms.
Please see [`tsml_eval`](https://github.com/time-series-machine-learning/tsml-eval) and
[`aeon`](https://github.com/aeon-toolkit/aeon) for more developed packages. This package
is more of a sandbox for testing out new ideas and algorithms. It may contain some
algorithms and implementations that are not available in the other toolkits.The current release of `tsml` is v0.4.0.
## Installation
`tsml` is available on PyPI and can be installed via pip:
```console
pip install tsml
```## Acknowledgements
This work is supported by the UK Engineering and Physical Sciences Research Council (EPSRC) EP/W030756/1