brightmart / text_classification

all kinds of text classification models and more with deep learning
MIT License
7.86k stars 2.57k forks source link

could you give a brief intro about the ensemble #11

Closed realfaker closed 7 years ago

realfaker commented 7 years ago

Hi bright,

nice job on these baselines. I saw you said you did some ensemble work, so could you give some words about?

I didn't find a good way to do a traditional bagging or boosting, and I tried the hard voting, but results' bad. :-(

brightmart commented 7 years ago

you can read paper: 'Ensemble Selection from Libraries of Models'. you can try basic method from this paper. the result is fine for me.