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
  • Merge requests
  • !583

Merged
Created Mar 03, 2022 by Julia Borisova@chrislisbonContributor

Multi_ts data type

  • Overview 61
  • Commits 30
  • Changes 20

Added new data type - multi_ts. It can be used for training models not only on one time series (lagged matrix of one ts), but on the number of time series with the same variable. The main difference from multimodal data is the specialty of lagged matrix building. For multi_ts tagged transformed tables for each time series stacks verticaly and use as target the same time series, not the main one. This allows to expand the training sample.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: multi_ts_type