FEDOT icon indicating copy to clipboard operation
FEDOT copied to clipboard

Implement oversampling/undersampling for the input dataset

Open nicl-nno opened this issue 4 years ago • 3 comments

  • Derive oversampling/undersampling functions from existing libaries
  • Implement automated data preprocessing for InputData as a part of Fedot API
  • Run experiments to prove the efficiency of oversampling/undersampling for the composite models.

nicl-nno avatar Jul 08 '20 12:07 nicl-nno

@Dreamlone

А oversampling/undersampling можно реализовать как блоки предобработки? Или менять число строк нельзя?

nicl-nno avatar Apr 15 '21 18:04 nicl-nno

Да, это изменение количества строк предусмотрено в текущей версии операций предобработки. Как пример подобной реализации можно использовать RANSAC алгоритм, см. в sklearn_filters. Просто стоит следить за корректностью изменения индексов объектов в таблице. И, полагаю, стоит унаследовать новые операции от FilterImplementation класса.

Dreamlone avatar Apr 15 '21 18:04 Dreamlone

Не закрыто с реализацией resample?

valer1435 avatar Sep 28 '23 10:09 valer1435