-
- Downloads
BUG: vectorizer.inverse_transform on arrays
Matrices and arrays have different indexing rules: matrices are always 2D objects, thus slicing a matrix returns a 2D object.
Loading
Please register or sign in to comment
Matrices and arrays have different indexing rules: matrices are always 2D objects, thus slicing a matrix returns a 2D object.