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

Other performance evaluation #59

Open boom85423 opened 5 years ago

boom85423 commented 5 years ago

Hello @kingfengji:

Accuray is not make sense in imbalanced data. How could I change evaluation like recall or precision?

Thanks.

jia-zhuang commented 5 years ago

Hi @kingfengji , I also meet this problem, is there a way to use other metrics, such as AUC, binary_logloss and so on, thanks!