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

Closed
Open
Created Nov 03, 2020 by Elizaveta Lutsenko@LizLutsenkoOwner

Get rid of chain tuning API old version

Created by: J3FALL

Currently, in master we have 2 possibilities for fine tuning of models in chain: tune all nodes recursively or only models in primary nodes. However, these approaches limit the choice of tuning strategy and experiments, therefore new version (see https://github.com/nccr-itmo/FEDOT/pull/168) of fine tuning is in progress. Instead of recursive fine tuning, the chain is transformed to "flat" structure using ChainTemplate and ModelTemplate. For details, see class Tune.

After merge, we will have 2 versions of chain tuning, but it is planned to get rid of old version. Therefore, this issue is devoted to:

  1. Obtain the user experience of a new fine tuning
  2. Fix all examples of fine tuning in cases/examples
  3. Remove old version of fine tuning
Assignee
Assign to
Time tracking