Sunny-Island opened a new issue, #12009: URL: https://github.com/apache/tvm/issues/12009
There are some changes in xgboost `callbacks` since xgboost 1.6.0. Some class and fucntion have been removed: https://github.com/dmlc/xgboost/pull/7280 TVM still uses xgboost old callback function which has been deprecated since xgboost 1.3.0, which require 1.1.0< xgboost < 1.6.0. This should be decleared in install doc and setup.py. If users install latest xgboost, ther will get an error: https://github.com/apache/tvm/issues/11409 I can help upgrade callback function in xgboost cost model, or fix version conflict in doc and setup script. I wish to discuss with community members. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
