Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • F FEDOT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 87
    • Issues 87
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ITMO-NSS-team
  • FEDOT
  • Issues
  • #205

Closed
Open
Created Dec 09, 2020 by Elizaveta Lutsenko@LizLutsenkoOwner

Automatic window size determine for gap-filling

Created by: Dreamlone

To fill in gaps in the time series, an important hyperparameter is the size of the moving window. To fill in the gaps, use time series forecasting models that need to specify this parameter.

The problem is as follows problem

In some cases, the window size will not allow us to train the model to fill in the gap, in others, the selected window size will reduce the learning ability of the model. So, there is a need to implement an efficient algorithm for determining the optimal window size and embedded it in a single mechanism for effectively gap-filling.

Assignee
Assign to
Time tracking