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

Merged
Created Oct 01, 2021 by Elizaveta Lutsenko@LizLutsenkoOwner

Imbalanced class handler

  • Overview 27
  • Commits 11
  • Changes 12

Created by: aPovidlo

Adding class Imbalanced handler to FEDOT. Was used simple implementation from sklearn.utils to classification with two classes. For example, target can be a numer from {0, 1}. Elements in class 0 more than class 1. To balance them, one of two strategies is chosen: expand_minority or reduce_majority. For expand_minority elements of class 1 are expanding to n_samples or to the shape of class 0. In case of reduce_majority elements of class 0 are reduce to n_samples or to the shape of class 1. Also it is possible to specify boolean param replace which means that implements resampling with replacement. If False, this will implement (sliced) random permutations.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: utils_to_imbalanced_class