v4.4.1
Fixed
- When
return_all
is specified inBoot.predict
and multiple samples have been
inputted, then it now returns an array of shape(num_samples, num_boots)
rather
than the previous(num_boots, num_samples)
.
return_all
is specified in Boot.predict
and multiple samples have been(num_samples, num_boots)
rather(num_boots, num_samples)
.