cconvey commented on code in PR #11608:
URL: https://github.com/apache/tvm/pull/11608#discussion_r904947002
##########
python/tvm/auto_scheduler/cost_model/xgb_model.py:
##########
@@ -98,8 +98,8 @@ class XGBModel(PythonBasedModel):
The random seed
model_file: Optional[str]
If is not None, save model to this file after every update.
- adapative_training: bool = False
- Whether to use adapatie training, which reduces the training frequency
when there are
+ adaptive_training: bool = False
+ Whether to use adapative training, which reduces the training
frequency when there are
Review Comment:
:facepalm:
--
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]