Doc add link plot robust vs empirical covariance examples#31511
Conversation
StefanieSenger
left a comment
There was a problem hiding this comment.
Thank you @natmokval, that's a really nice addition to the docs.
Can we merge that, @adrinjalali?
|
@natmokval I think you're contributing with quality in mind and with care of the bigger picture. ❤️ If you would like to review PRs on this issue (or beyond), you're very welcome to do so. I'd personally be very happy. Also, I've put a section "What comes next?" on the bottom of the issue, where I describe what could be the next steps to grow further into the scikit-learn ecosystem if you are interested. Especially, we've go the Copying the section here for reference: What comes next?
|
Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
@StefanieSenger, thanks a lot for the kind words! I’m happy to dive deeper into scikit-learn and contribute more. I’ll check out the 'What comes next?' section and look for some more challenging areas to help with. |
adrinjalali
left a comment
There was a problem hiding this comment.
This makes sense, and happy to merge. In a separate PR, it would be nice to improve this example to the new notebook style with descriptions placed where relevant.
…rn#31511) Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
…rn#31511) Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
…rn#31511) Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
…rn#31511) Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
…rn#31511) Co-authored-by: Stefanie Senger <91849487+StefanieSenger@users.noreply.github.com>
Towards #30621
This PR adds a reference to the
plot_robust_vs_empirical_covariance.py.The
plot_robust_vs_empirical_covarianceexample is already referenced in the User Guide. I added a link to make the example visible from the classMinCovDetdocumentation.