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

probability of lables #61

Closed sisyyuan closed 5 years ago

sisyyuan commented 5 years ago

Hi! I am wondering if I can get the probabilities of prediction labels, not just the labels (like the predict_proba function in random forest)? Thanks!