FIX Correct the initiatialization of precisions_cholesky_ from precisions_init#26416
FIX Correct the initiatialization of precisions_cholesky_ from precisions_init#26416OmarManzoor merged 54 commits intoscikit-learn:mainfrom mchikyt3:fix-precisions-init
precisions_cholesky_ from precisions_init#26416Conversation
jjerphan
left a comment
There was a problem hiding this comment.
Thank you for reporting the issue and proposing a fix.
Your observation and your correction proposal are valid. Here are just a few comments to avoid performance regressions.
precisions_cholesky_ from precisions_initprecisions_cholesky_ from precisions_init
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
…terized `COVARIANCE_TYPE`.
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
|
The change log has been moved to |
|
@dengemann do you want to have a look at this PR? |
OmarManzoor
left a comment
There was a problem hiding this comment.
Thanks for the PR @mchikyt3. This looks good overall. I just pointed out some changes related to the docs and naming.
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
The changes have been committed. Thanks for your comments. Please approve if there's no further questions. @OmarManzoor |
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
OmarManzoor
left a comment
There was a problem hiding this comment.
LGTM! Thanks @mchikyt3
Reference Issues/PRs
Fixes #26415
What does this implement/fix? Explain your changes.
This PR fixes the bug of initializing
precisions_cholesky_fromprecisions_initin the_initializemethod.Any other comments?