You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/23 22:53:06 UTC

[GitHub] [tvm] junrushao commented on a diff in pull request #12141: [Meta Schedule][XGBoost] Update the custom callback function of xgboost in meta schedule

junrushao commented on code in PR #12141:
URL: https://github.com/apache/tvm/pull/12141#discussion_r979108417


##########
python/tvm/meta_schedule/cost_model/__init__.py:
##########
@@ -19,4 +19,4 @@
 """
 from .cost_model import CostModel, PyCostModel
 from .random_model import RandomModel
-from .xgb_model import XGBModel
+from .xgb_model import XGBModel, XGBoostCustomCallback, PackSum

Review Comment:
   revert this



-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org