Skip to content

Files

Latest commit

be4646b · Jul 14, 2023

History

History

DoubleEnsemble

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 24, 2021
Jan 18, 2022
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023
Jul 14, 2023

DoubleEnsemble

  • DoubleEnsemble is an ensemble framework leveraging learning trajectory based sample reweighting and shuffling based feature selection, to solve both the low signal-to-noise ratio and increasing number of features problems. They identify the key samples based on the training dynamics on each sample and elicit key features based on the ablation impact of each feature via shuffling. The model is applicable to a wide range of base models, capable of extracting complex patterns, while mitigating the overfitting and instability issues for financial market prediction.
  • This code used in Qlib is implemented by ourselves.
  • Paper: DoubleEnsemble: A New Ensemble Method Based on Sample Reweighting and Feature Selection for Financial Data Analysis https://arxiv.org/pdf/2010.01265.pdf.