bigdong89 / xgboostExtension

xgboost Extension for Easy Ranking & TreeFeature
Apache License 2.0
123 stars 35 forks source link

run xgbranker_example error #3

Open jerryfuyu0104 opened 6 years ago

jerryfuyu0104 commented 6 years ago

i download and run the xgbranker_example.py get an error on lines if callable(self.objective): obj = _objective_decorator(self.objective)

Use default value. Is it really not used ?

        xgb_options["objective"] = "rank:pairwise"

i do not why?

bigdong89 commented 6 years ago

Please tell me how you get these errors. Codes are better. I can't repeat your results.