From dc97b5f19f99c17b1277981d96ea87fbed176fcb Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 15 Feb 2021 04:49:11 -0600 Subject: [PATCH] [dask] remove outdated comment (#6699) --- python-package/xgboost/dask.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-package/xgboost/dask.py b/python-package/xgboost/dask.py index 18067c8893c9..5d32d46bc434 100644 --- a/python-package/xgboost/dask.py +++ b/python-package/xgboost/dask.py @@ -69,12 +69,8 @@ except ImportError: TrainReturnT = Dict[str, Any] # type:ignore -# Current status is considered as initial support, many features are not properly -# supported yet. -# # TODOs: # - CV -# - Ranking # # Note for developers: #