kingfengji / gcForest

This is the official implementation for the paper 'Deep forest: Towards an alternative to deep neural networks'
http://lamda.nju.edu.cn/code_gcForest.ashx
1.31k stars 429 forks source link

LR classifier in the example #68

Open sreevarsha opened 5 years ago

sreevarsha commented 5 years ago

Hi, In the toy configuration given in the example, what is the purpose of the logistic regression classifier ? I ask because, the others are all tree models except for this one. Or is it simply the to use a weak learner to increase diversity further ? Please advise, Thanks in advance !