{"id":15501623,"url":"https://github.com/time-series-machine-learning/tsml-py","last_synced_at":"2026-04-02T12:19:14.757Z","repository":{"id":136561565,"uuid":"596998051","full_name":"time-series-machine-learning/tsml-py","owner":"time-series-machine-learning","description":"A toolkit for time series machine learning algorithms that don't fit in aeon. Use aeon instead if you can!","archived":false,"fork":false,"pushed_at":"2026-03-24T22:37:43.000Z","size":885,"stargazers_count":9,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-03-26T01:51:58.867Z","etag":null,"topics":["data-science","machine-learning","python","scikit-learn","time-series","time-series-classification","time-series-clustering","time-series-regression"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/time-series-machine-learning.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-03T11:56:36.000Z","updated_at":"2026-03-24T22:36:58.000Z","dependencies_parsed_at":"2024-03-04T01:42:02.724Z","dependency_job_id":"3cd0d15d-04e8-4098-8b7f-d7ffa1ce31c8","html_url":"https://github.com/time-series-machine-learning/tsml-py","commit_stats":{"total_commits":68,"total_committers":6,"mean_commits":"11.333333333333334","dds":0.4558823529411765,"last_synced_commit":"332fce90448deac76439bc893636f028b6670192"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/time-series-machine-learning/tsml-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time-series-machine-learning%2Ftsml-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time-series-machine-learning%2Ftsml-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time-series-machine-learning%2Ftsml-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time-series-machine-learning%2Ftsml-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/time-series-machine-learning","download_url":"https://codeload.github.com/time-series-machine-learning/tsml-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/time-series-machine-learning%2Ftsml-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","machine-learning","python","scikit-learn","time-series","time-series-classification","time-series-clustering","time-series-regression"],"created_at":"2024-10-02T09:05:04.594Z","updated_at":"2026-04-02T12:19:14.752Z","avatar_url":"https://github.com/time-series-machine-learning.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![github-actions-release](https://img.shields.io/github/actions/workflow/status/time-series-machine-learning/tsml-py/release.yml?logo=github\u0026label=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\u0026branch=main\u0026label=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\u0026color=blue)](https://pypi.org/project/tsml/)\n[![!conda](https://img.shields.io/conda/vn/conda-forge/tsml?logo=anaconda\u0026color=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.8.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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftime-series-machine-learning%2Ftsml-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftime-series-machine-learning%2Ftsml-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftime-series-machine-learning%2Ftsml-py/lists"}