• Guolin Ke's avatar
    Speed up saving and loading model (#1083) · 8a5ec366
    Guolin Ke authored
    * remove protobuf
    
    * add version number
    
    * remove pmml script
    
    * use float for split gain
    
    * fix warnings
    
    * refine the read model logic of gbdt
    
    * fix compile error
    
    * improve decode speed
    
    * fix some bugs
    
    * fix double accuracy problem
    
    * fix bug
    
    * multi-thread save model
    
    * speed up save model to string
    
    * parallel save/load model
    
    * fix some warnings.
    
    * fix warnings.
    
    * fix a bug
    
    * remove debug output
    
    * fix doc
    
    * fix max_bin warning in tests.
    
    * fix max_bin warning
    
    * fix pylint
    
    * clean code for stringToArray
    
    * clean code for TToString
    
    * remove max_bin
    
    * replace "class" with typename
    8a5ec366
gbdt_model_text.cpp 17.5 KB