• wxchan's avatar
    add predict_leaf_index option (#30) · 9fe0dea3
    wxchan authored
    * a python regression example
    
    * add early-stopping
    
    * fix bugs
    
    * remove not needed files
    
    * update easy-stopping; fix warnings; add alias
    
    * add comments; remove useless line
    
    * change code order
    
    * change Print to PrintAndGetLoss: return loss
    
    * change comment; add bracket
    
    * change return type of PredictLeafIndex in boosting.h
    
    * move string cast into lambda function
    
    * move if-then outside predict_fun
    9fe0dea3
predictor.hpp 7.15 KB