* [CI] Remove CUDA 9.0 from Windows CI. (#5674) * Remove CUDA 9.0 on Windows CI. * Require cuda10 tag, to differentiate Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu> * Pylint. Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
@@ -1588,7 +1588,7 @@ class Booster(object):
|
||||
ngroup = int(chunk_size / ((data.num_col() + 1) *
|
||||
(data.num_col() + 1)))
|
||||
if ngroup == 1:
|
||||
preds = preds.reshape(nrow,
|
||||
preds = preds.reshape(nrow, # pylint: disable=too-many-function-args
|
||||
data.num_col() + 1,
|
||||
data.num_col() + 1)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user