Open jerryfuyu0104 opened 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)
xgb_options["objective"] = "rank:pairwise"
i do not why?
Please tell me how you get these errors. Codes are better. I can't repeat your results.
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 ?
i do not why?