Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Early time series classification #129

Open
v1docq opened this issue Apr 23, 2024 · 0 comments
Open

Early time series classification #129

v1docq opened this issue Apr 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@v1docq
Copy link
Collaborator

v1docq commented Apr 23, 2024

Ссылки на постановку задачи и существующие реализации алгоритмов

  1. Approaches and Applications of Early Classification of Time Series.pdf
  2. Early Time-Series Classification Algorithms. EDSC, TEASER, ECEC, ECTS, ECONOMY-K, MLSTM.pdf
  3. Multivariate-Time-Series-Classification.pdf

Ссылки на постановку задачи и существующие реализации:

  1. Реализация подсчета метрик точности в окне(нужно для определения заблаговременности прогноза) ehttps://tsad.readthedocs.io/en/latest/waico_md/Evaluating.html
  2. Реализации алгоритмов ETS в рамках пакета sktime, копировать в стиле import from точно не нужно, но кодовую базу можно перетащить к нам. https://www.sktime.net/en/latest/examples/classification/early_classification.html

Ссылки на пример того как реализованы абстракции моделей и метрик (ссылка на временную ветку, потом смотреть в мейн)

  1. Модели индастриала - https://github.com/aimclub/Fedot.Industrial/tree/riemann/fedot_ind/core/models
  2. Метрики - https://github.com/aimclub/Fedot.Industrial/tree/riemann/fedot_ind/core/metrics
  3. Репозиторий моделей - https://github.com/aimclub/Fedot.Industrial/blob/riemann/fedot_ind/core/repository/model_repository.py
    https://github.com/aimclub/Fedot.Industrial/tree/riemann/fedot_ind/core/repository/data
    4.Интерфейсы для взаимодействия модели и ядра оптимизатора - https://github.com/aimclub/Fedot.Industrial/tree/riemann/fedot_ind/core/operation/interfaces
@v1docq v1docq added enhancement New feature or request good first issue Good for newcomers labels Apr 23, 2024
@v1docq v1docq assigned v1docq, leostre and PvtKaefsky and unassigned v1docq Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants