@ymittal23 wrote:
I was trying the code of xgboost but got error on line
feat_imp = pd.Series(alg.booster().get_fscore()).sort_values(ascending=False)TypeError: ‘str’ object is not callable
It says alg.booster().get_fscore() is not working fine. I am working on kaggle environment
Posts: 1
Participants: 1