Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • N Ndata Api
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • 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
  • sasha zagoskin
  • Ndata Api
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jan 14, 2024 by sasha zagoskin's avatar sasha zagoskin
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 9c5ff8cc
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
ASID library comprises autoML tools for small and imbalanced tabular datasets. asid/automl_small contains modules that allow to fit a generative model on small dataset. The main idea consists in searching for an optimal method, that generates similar synthetic datasets and does not overfit. asid/automl_imbalanced contains modules that allow to deal with imbalanced datasets in classification tasks. They include AutoBalanceBoost - an ensemble classifier specifically designed for imbalanced tasks. The key feature of this algorithm consists in a built-in sequential hyper-parameter tuning scheme. In addition to that, a tool that searches for the optimal classifier is implemented. Apart from AutoBalanceBoost, it also looks through the combinations of state-of-the-art classifiers and balancing procedures. ASID library comprises autoML tools for small and imbalanced tabular datasets. asid/automl_small contains modules that allow to fit a generative model on small dataset. The main idea consists in searching for an optimal method, that generates similar synthetic datasets and does not overfit. asid/automl_imbalanced contains modules that allow to deal with imbalanced datasets in classification tasks. They include AutoBalanceBoost - an ensemble classifier specifically designed for imbalanced tasks. The key feature of this algorithm consists in a built-in sequential hyper-parameter tuning scheme. In addition to that, a tool that searches for the optimal classifier is implemented. Apart from AutoBalanceBoost, it also looks through the combinations of state-of-the-art classifiers and balancing procedures.
_images/asid_structure.png ![image](uploads/f1b1cf50bf3dcd2f73dc4fd771d787ac/image.png)
## ASID Algorithms ## ASID Algorithms
......
Clone repository

Contents:

  • ASID Structure
  • ASID Algorithms
  • Installation
  • API
  • User Guide
  • Benchmarks