Python 中的 XGBoost 包是否允许在使用其交叉验证功能时提前停止?
我读到 R 包是这样做的,但是当我包含early_stopping_rounds=10
在我的包中时,xbg.cv()
它给了我错误:
TypeError: 'set' object does not support indexing
Python 中的 XGBoost 包是否允许在使用其交叉验证功能时提前停止?
我读到 R 包是这样做的,但是当我包含early_stopping_rounds=10
在我的包中时,xbg.cv()
它给了我错误:
TypeError: 'set' object does not support indexing