-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Description
This line
xgboost/python-package/xgboost/data.py
Line 942 in 732e27c
feature_names = data.columns.format() |
produces the following warning with Pandas 2.2:
xgboost/data.py:942: FutureWarning: Index.format is deprecated and will be removed in a future version.
Convert using index.astype(str) or index.map(formatter) instead.
The deprecation was introduced in pandas-dev/pandas#55439
Metadata
Metadata
Assignees
Labels
No labels