Name | tsml JSON |
Version |
0.5.0
JSON |
| download |
home_page | None |
Summary | A development sandbox for time series machine learning algorithms. |
upload_time | 2024-11-13 11:23:30 |
maintainer | None |
docs_url | None |
author | None |
requires_python | <3.13,>=3.9 |
license | BSD 3-Clause License Copyright (c) The Time Series Machine Learning (tsml) developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
keywords |
data-science
machine-learning
scikit-learn
time-series
time-series-classification
time-series-regression
time-series-clustering
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
|
[![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)
[![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 repository for in-development time series machine learning algorithms and other odd
bits by Matthew Middlehurst.
Please see [`tsml_eval`](https://github.com/time-series-machine-learning/tsml-eval) and
[`aeon`](https://github.com/aeon-toolkit/aeon) for more developed and stable 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.5.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
Raw data
{
"_id": null,
"home_page": null,
"name": "tsml",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": "Matthew Middlehurst <m.b.middlehurst@soton.ac.uk>",
"keywords": "data-science, machine-learning, scikit-learn, time-series, time-series-classification, time-series-regression, time-series-clustering",
"author": null,
"author_email": "Matthew Middlehurst <m.b.middlehurst@soton.ac.uk>",
"download_url": "https://files.pythonhosted.org/packages/7c/4d/d99ff6dbd53d973ed4de96c440d72d0417352131b874b7cafb2689bd2130/tsml-0.5.0.tar.gz",
"platform": null,
"description": "[![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)\n[![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)\n[![pypi](https://img.shields.io/pypi/v/tsml?logo=pypi&color=blue)](https://pypi.org/project/tsml/)\n[![!conda](https://img.shields.io/conda/vn/conda-forge/tsml?logo=anaconda&color=blue)](https://anaconda.org/conda-forge/tsml)\n[![python-versions](https://img.shields.io/pypi/pyversions/tsml?logo=python)](https://www.python.org/)\n[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n[![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)\n\n# tsml-py\n\nA repository for in-development time series machine learning algorithms and other odd\nbits by Matthew Middlehurst.\n\nPlease see [`tsml_eval`](https://github.com/time-series-machine-learning/tsml-eval) and\n[`aeon`](https://github.com/aeon-toolkit/aeon) for more developed and stable packages. This package\nis more of a sandbox for testing out new ideas and algorithms. It may contain some\nalgorithms and implementations that are not available in the other toolkits.\n\nThe current release of `tsml` is v0.5.0.\n\n## Installation\n\n`tsml` is available on PyPI and can be installed via pip:\n\n```console\npip install tsml\n```\n\n## Acknowledgements\n\nThis work is supported by the UK Engineering and Physical Sciences Research Council\n(EPSRC) EP/W030756/1\n",
"bugtrack_url": null,
"license": "BSD 3-Clause License Copyright (c) The Time Series Machine Learning (tsml) developers. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ",
"summary": "A development sandbox for time series machine learning algorithms.",
"version": "0.5.0",
"project_urls": {
"homepage": "https://www.timeseriesclassification.com/",
"repository": "https://github.com/time-series-machine-learning/tsml-py/"
},
"split_keywords": [
"data-science",
" machine-learning",
" scikit-learn",
" time-series",
" time-series-classification",
" time-series-regression",
" time-series-clustering"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5768c2075f2fa3c52d6cee5bcad3e5ca52ccc2ba6837f1239fdba05e836ffb64",
"md5": "249fddfac412c3d3fd660a2061e0b2ba",
"sha256": "ceb73f56fd215c784378bb8c9d081ced6949805bcd09ac805f51add3fb375e57"
},
"downloads": -1,
"filename": "tsml-0.5.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "249fddfac412c3d3fd660a2061e0b2ba",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 340707,
"upload_time": "2024-11-13T11:23:28",
"upload_time_iso_8601": "2024-11-13T11:23:28.752730Z",
"url": "https://files.pythonhosted.org/packages/57/68/c2075f2fa3c52d6cee5bcad3e5ca52ccc2ba6837f1239fdba05e836ffb64/tsml-0.5.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7c4dd99ff6dbd53d973ed4de96c440d72d0417352131b874b7cafb2689bd2130",
"md5": "df927dfc9cc74c3225cf05625ab8db66",
"sha256": "b2425f7efabfabeb7b282912c0b20ca0e5d037116500693576ef0b0ef409ff37"
},
"downloads": -1,
"filename": "tsml-0.5.0.tar.gz",
"has_sig": false,
"md5_digest": "df927dfc9cc74c3225cf05625ab8db66",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 306289,
"upload_time": "2024-11-13T11:23:30",
"upload_time_iso_8601": "2024-11-13T11:23:30.612185Z",
"url": "https://files.pythonhosted.org/packages/7c/4d/d99ff6dbd53d973ed4de96c440d72d0417352131b874b7cafb2689bd2130/tsml-0.5.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-13 11:23:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "time-series-machine-learning",
"github_project": "tsml-py",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "tsml"
}