... | ... | @@ -12,6 +12,8 @@ |
|
|
|
|
|
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.
|
|
|
|
|
|
![image](uploads/fd365b8d7a88f90bc64891f2759eaf3a/image.png)
|
|
|
|
|
|
## ASID Algorithms
|
|
|
|
|
|
...
|
... | ... | |