We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cc861 commit de38d1bCopy full SHA for de38d1b
sklearn/utils/seq_dataset.pxd
@@ -30,7 +30,7 @@ cdef class ArrayDataset(SequentialDataset):
30
cdef np.ndarray Y
31
cdef np.ndarray sample_weights
32
cdef Py_ssize_t n_features
33
- cdef int X_stride
+ cdef np.npy_intp X_stride
34
cdef double *X_data_ptr
35
cdef double *Y_data_ptr
36
cdef np.ndarray feature_indices
0 commit comments