-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Univariate fast_mcd: np.reshape(X, (-1, 1)) #4517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
hum nothing breaks... it suggests that a test is missing... @amueller don't we have common test for this? |
#4511 should fix that for everything and introduce a common test. |
I am planning to work on that today / tomorrow. I haven't looked at the issue yet, I'm 150 mails behind on sklearn today. |
As per issue #3367 I've made some modifications to allow MinCovDet to work in the "exact-fit" scenario. While the above shows that the code quality and coverage don't drop, I do notice some issues where the determinant of the final iteration ends up being significantly larger than the determinant from the previous iteration, spurring some warnings from the code. For the time being, this PR can likely just be closed while I continue to iron this out. |
Ok, thanks. Any help on #3367 would be appreciated. |
Fix issue #4512 as stated