sktime/sktime

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

Open

#4,259 创建于 2023年2月22日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Python (1,192 fork)batch import
enhancementgood first issuemodule:detectionmodule:transformations

仓库指标

Star
 (7,162 star)
PR 合并指标
 (平均合并 26天 10小时) (30 天内合并 86 个 PR)

描述

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.

贡献者指南