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

Closed
Open
Created Mar 12, 2021 by Rosneft rosneft@rosneft_userDeveloper

Refactoring of the fitted models cache for composer

The caching of the fitted models is quite compicated now. It raises the problems in multiprocessing mode, as well as potential memory leaks.

Ideas:

  • move cache from Chain/Node to the external component, that allow preserving chain fitting results and can be passed as chain.fit(data, cache)
  • save cache to disk instead of in-memory representation (e.g. use the pickledb)

May be @YanaPolonskaya also has some propositions as a part of PR #215.

Assignee
Assign to
Time tracking