• wxchan's avatar
    fix bug for pandas auto categorical_feature (#218) · 57d55272
    wxchan authored
    * fix bug for categorical_feature
    
    * add test on load model with categorical feature
    
    * add unseen category in test dataset
    
    * save/load pandas_categorical to model
    
    * fix logic
    
    * cast pandas columns to string
    
    * add load pandas_categorical from file to _InnerPredictor init
    57d55272
test_engine.py 7.93 KB