Convert input to str for hypothesis note. (#9480)
This commit is contained in:
@@ -187,7 +187,7 @@ def run_gpu_hist(
|
||||
num_boost_round=num_rounds,
|
||||
evals=[(m, "train")],
|
||||
)["history"]["train"][dataset.metric]
|
||||
note(history)
|
||||
note(str(history))
|
||||
|
||||
# See note on `ObjFunction::UpdateTreeLeaf`.
|
||||
update_leaf = dataset.name.endswith("-l1")
|
||||
|
||||
Reference in New Issue
Block a user