Closed larsmans closed 11 years ago
Right now, passing a lengths array that is inconsistent with X.shape[0] will lead to a segfault in predict. We need validation code.
lengths
X.shape[0]
predict
Right now, passing a
lengths
array that is inconsistent withX.shape[0]
will lead to a segfault inpredict
. We need validation code.