question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Summary of the Capabilities of time series classifiers

See original GitHub issue

summary of the type of data input the main sktime classifiers can deal with. If you are interested in extending the capabilities of any of these classifiers, get in touch and we will offer some guidance.

FK comments [added 2021-07-21]: before implementing this, the part on _tags in #1146 should be done, i.e., moving the capabilities to the new _tags system compatible with BaseObject. This should be done in collaboration with @TonyBagnall and either myself or @mloning, since it touches some design specifications that we need to follow.

There is also the automated estimator overview in the sphinx docs which can be taken as a template for this, see #704.

image

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
fkiralycommented, Jun 26, 2021

@fkiraly If I am not wrong here, is this kinda extension to Automated learning algorithm overview?

Correct, on the docs side.

Under the hood, we also need a consolidated tags system, as in #981, with the registry retrieval/query functionality that @mloning proposed.

0reactions
TonyBagnallcommented, Jul 15, 2021

adding to this is to add Cababilities (soon to be tags) to classifiers without them, including [ColumnEnsembleClassifier, ComposableTimeSeriesForestClassifier, IndividualBOSS, IndividualTDE, ProximityStump, ProximityTree]

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Brief Survey of Time Series Classification Algorithms
Dedicated algorithms specially designed for classifying time series · Distance-based (KNN with dynamic time warping) · Interval-based ( ...
Read more >
What is time series classification? - IBM Developer
Time series classification uses supervised machine learning to analyze multiple labeled classes of time series data and then predict or ...
Read more >
A Systematic Review of Time Series Classification Techniques ...
Conclusions: In this review paper, summaries of the time series classification models and interpretation methods for biomedical applications ...
Read more >
Time Series Classification: A review of Algorithms and ...
Time series classification is a subfield of machine learning with numerous real-life ... Some algorithms consist in extracting features from time series.
Read more >
Time series classification – an overview - Developers Bay
In essence, time series classification is a type of supervised machine learning problem. Supervised problems have the following procedure: You ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found