Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Dec 13, 2022
1 parent 74795fd commit 3d95779
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/test_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ def test_pd_dtypes(self) -> None:
dtypes = orig.dtypes if isinstance(orig, pd.DataFrame) else [orig.dtypes]
if isinstance(orig, pd.DataFrame) and is_bool_dtype(dtypes[0]):
continue
print(orig.dtypes)
y = np.arange(x.shape[0])
Xy = xgb.DMatrix(orig, y, enable_categorical=True)
booster = xgb.train({"tree_method": "hist"}, Xy, num_boost_round=1)
Expand Down

0 comments on commit 3d95779

Please sign in to comment.