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

Merged
Created Mar 09, 2021 by Rosneft rosneft@rosneft_userDeveloper

API improved: input, output, verbosity

  • Overview 22
  • Commits 6
  • Changes 24

Improved usability of API and FEDOT classes at all:

  1. verbose removed from functions, moved to the logger (to avoid unnecessary parameters and make the output more flexible) Verbosity levels (0-5) are added for both logger and logger messages. If the verbosity level of the message is lower or equal to the verbosity level of the logger - the message is displayed in console or file, otherwise not.

  2. API 'predict' is split to 'predict'/'predict_proba' (to obtain classes if necessary)

  3. Pandas input supported (see the new test for details)

Issues: #234 (closed) #233 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: even-better-api