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
  • #511

Closed
Open
Created Dec 05, 2021 by Elizaveta Lutsenko@LizLutsenkoOwner

Store feature and class names (if provided) in InputData and transfer them to OutputData (predictions)

Created by: MorrisNein

When InputData is retrieved from a source with explicit feature and target class names (e.g. .csv file or Pandas DataFrame), it should remember their labels. The labels should also be included in OutputData (predictions) of the pipeline.

One way to do it is to use SupplementaryData, which is already included as an attribute of InputData and OutputData. Also, consider transferring categorial feature labels the same way.

Assignee
Assign to
Time tracking