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
  • !802

Merged
Created Aug 02, 2022 by Elizaveta Lutsenko@LizLutsenkoOwner

Simplify pickle-serialization of DataPreprocessor

  • Overview 5
  • Commits 7
  • Changes 4

Created by: gkirgizov

Main change is that PipelineStructureAnalysis isn't stored in DataPreprocessor. This simplifes pickling/unpickling Pipeline with preprocessor because now it doesn't store nx.DiGraph with Nodes deep internally in preprocessor.structure_analysis.

It's required for #750, because in that PR there're problems with pickle due to changes in Graph implementation that tried to unpickle old variants of Nodes stored accidentally deep inside preprocessor.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: simplify-pickle-data-preproc