Skip to content

Conversation

benfred
Copy link
Owner

@benfred benfred commented Aug 20, 2023

We were seeing some poor result on partial_fit_*, that ended up caused by passing a CSC instead of a CSR matrix. (#682)

Add the same check_csr code to the partial_fit methods that is already done in the fit method - this will warn if passed a non-csr matrix, and automatically convert.

We were seeing some poor result on partial_fit_*, that ended up
caused by passing a CSC instead of a CSR matrix.  (#682)

Add the same `check_csr` code to the partial_fit methods that is already
done in the fit method - this will warn if passed a non-csr matrix, and
automatically convert.
@benfred benfred merged commit 00623e6 into main Aug 20, 2023
@benfred benfred deleted the check_csr branch August 20, 2023 04:19
@benfred benfred added the bug label Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant