We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a593d commit c97c218Copy full SHA for c97c218
python/tvm/meta_schedule/cost_model/xgb_model.py
@@ -46,7 +46,7 @@ def optional_xgboost_callback(XGBoostCustomCallback):
46
class TrainingCallback: # type: ignore
47
pass
48
49
- class OptXGBoostCustomCallback(XGBoostCustomCallback, TrainingCallback):
+ class OptXGBoostCustomCallback(XGBoostCustomCallback, TrainingCallback): # type: ignore
50
51
52
return OptXGBoostCustomCallback
0 commit comments