sktime/sktime

[ENH] interfaces to mobility/trajectory related estimators - scikit-mobility, movingpandas

Open

#4.259 geöffnet am 22. Feb. 2023

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.192 Forks)batch import
enhancementgood first issuemodule:detectionmodule:transformations

Repository-Metriken

Stars
 (7.162 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 26T 10h) (86 gemergte PRs in 30 T)

Beschreibung

From discord discussion with Yuri Skylakhter.

Mobility or trajectory analysis has a rich collection of feature extractors that are specific to 2D (plane or spherical) and 3D trajectories. The estimators here are mostly transformations and annotation estimators.

This may be interesting for users of sktime, e.g., combining feature extraction and time series classification, etc.

Two packages that collect transformations, annotation, clustering etc estimators:

https://github.com/scikit-mobility/scikit-mobility https://github.com/movingpandas/movingpandas

(looke like nice packages!)

The first general question would be: how to deal with this? We could interface the estimators, perhaps best starting with transformations, as sktime estimators, with an optional dependency on the above packages.

We could also talk to the maintainers of the above packages and see whether interface homogenization is sth they might like to consider.

Contributor Guide