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

fix bug: parameter missing #37

Closed RizhaoCai closed 6 years ago

RizhaoCai commented 6 years ago

In line 276, the function "save_data" was not given the parameter "data_save_dir", which will result in an error when the number cascade layers reach the "max_layers" .

kingfengji commented 6 years ago

Thanks. This issue together with the issue #35 issue are both solved with the latest update.