Closed blinickg closed 4 years ago
See thread here: https://github.com/dask/dask-ml/issues/667
Proposing a change to subclass AttributeError to make it clear that you're accessing a non-existent attribute when calling the normalize_estimator function before training.
AttributeError
normalize_estimator
@blinickg I believe this should go in https://github.com/dmlc/xgboost, not here :) That's where the XGBoostError is raised.
Ah, OK. Thanks @TomAugspurger
See thread here: https://github.com/dask/dask-ml/issues/667
Proposing a change to subclass
AttributeError
to make it clear that you're accessing a non-existent attribute when calling thenormalize_estimator
function before training.