TfidfTransformer does not support large sparse matrices on 32bit platforms #20923
Labels
Moderate
Anything that requires some knowledge of conventions and best practices
module:feature_extraction
TfidTransformer
does not support large sparse matrices (indices as int64) because_document_frequency
usesnp.bincount
.np.bincount
works on arrays with dtypeNPY_INTP
which is int32 on 32bit platforms.REF: #20919
The text was updated successfully, but these errors were encountered: