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

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

Extended (Reproduisible) version of FEDOT pipeline import/export

Created by: J3FALL

The task is to implement functions for extended fedot experiments importing and exporting. A typical fedot use-case sounds like the following:

  • You (data-scientist) have defined a ML-task/hypothesis: "To build a ML-pipeline for classification/regression/etc. with Fedot based on my own dataset"
  • Prepare data according to fedot InputData format
  • Configure Composer and run the optimization
  • Obtain a suitable chain (pipeline) or set of chains
  • Export the chain in json format

To improve the overall reproducibility of the experiments it would be useful to implement an utility function/class for exporting not only the resulted pipelines but also a dataset and logs (optional). And the same case but for importing. For instance, new_export-ing function can create a zip-archive/directory where dataset, chains and logs will be placed. Importing function should allow users to (a) obtain input data and chain from zip-file, (b) run fit/predict and show some CV-metrics.

Assignee
Assign to
Time tracking