You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probalistic methods are generally typed with Numpy arrays, however they also work with Sparse methods. These methods however generate scipy sparse matrices, and we should correctly set the dtype entering the methods to support both np.ndarray and scipy sparse matrices to clarify the code.
Versions / Dependencies
1.2
Reproduction script
n/a
Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered:
What happened + What you expected to happen
Probalistic methods are generally typed with Numpy arrays, however they also work with Sparse methods. These methods however generate scipy sparse matrices, and we should correctly set the dtype entering the methods to support both
np.ndarray
and scipy sparse matrices to clarify the code.Versions / Dependencies
1.2
Reproduction script
n/a
Issue Severity
Low: It annoys or frustrates me.
The text was updated successfully, but these errors were encountered: