tsml


Nametsml JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryA toolkit for time series machine learning algorithms.
upload_time2024-04-25 10:29:23
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.8
licenseBSD 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/tests.yml?logo=github&branch=main&label=build%20%28main%29)](https://github.com/time-series-machine-learning/tsml-py/actions/workflows/tests.yml)
[![docs-release](https://img.shields.io/readthedocs/tsml/stable?logo=readthedocs&label=docs%20%28stable%29)](https://tsml.readthedocs.io/en/stable/)
[![docs-main](https://img.shields.io/readthedocs/tsml/latest?logo=readthedocs&label=docs%20%28latest%29)](https://tsml.readthedocs.io/en/latest/)
[![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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tsml",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "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/0d/59/91cad0c83596ce976255e647b1667ed601d83eceeef84bf53997fb8e7958/tsml-0.4.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/tests.yml?logo=github&branch=main&label=build%20%28main%29)](https://github.com/time-series-machine-learning/tsml-py/actions/workflows/tests.yml)\n[![docs-release](https://img.shields.io/readthedocs/tsml/stable?logo=readthedocs&label=docs%20%28stable%29)](https://tsml.readthedocs.io/en/stable/)\n[![docs-main](https://img.shields.io/readthedocs/tsml/latest?logo=readthedocs&label=docs%20%28latest%29)](https://tsml.readthedocs.io/en/latest/)\n[![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)\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 toolkit for time series machine learning algorithms.\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 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.4.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 (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 toolkit for time series machine learning algorithms.",
    "version": "0.4.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": "60624211746fadf51a879e781f189d7e51db61e01c941cd87da4de9644768908",
                "md5": "841ca9fcecd1098a5b8fa47304c9f240",
                "sha256": "8a0f172ee98664180ea26556c1a1147aabe09e083c8d606186096d2ce4519485"
            },
            "downloads": -1,
            "filename": "tsml-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "841ca9fcecd1098a5b8fa47304c9f240",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 400704,
            "upload_time": "2024-04-25T10:29:21",
            "upload_time_iso_8601": "2024-04-25T10:29:21.489781Z",
            "url": "https://files.pythonhosted.org/packages/60/62/4211746fadf51a879e781f189d7e51db61e01c941cd87da4de9644768908/tsml-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d5991cad0c83596ce976255e647b1667ed601d83eceeef84bf53997fb8e7958",
                "md5": "5a2300d7e6a83d815a9e028ba93afcb0",
                "sha256": "9dd39cc5b4578de98a434540ee2dc5074bd3e18629f3f8019e053b9e3907fb77"
            },
            "downloads": -1,
            "filename": "tsml-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5a2300d7e6a83d815a9e028ba93afcb0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 354732,
            "upload_time": "2024-04-25T10:29:23",
            "upload_time_iso_8601": "2024-04-25T10:29:23.506089Z",
            "url": "https://files.pythonhosted.org/packages/0d/59/91cad0c83596ce976255e647b1667ed601d83eceeef84bf53997fb8e7958/tsml-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 10:29:23",
    "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"
}
        
Elapsed time: 0.24395s