Lucy Liu
Lucy Liu
#### Reference Issues/PRs closes #24148 #### What does this implement/fix? Explain your changes. Removes the use of the term 'third party' in LeaveOneGroup out description and fixes a typo. Happy...
#### Reference Issues/PRs closes https://github.com/scikit-learn/scikit-learn/issues/16853 closes #16869 (supersedes) #### What does this implement/fix? Explain your changes. Clarify `GroupKFold` same as `LeaveOneGroupOut` when `n_splits` is same as number of groups. Also...
### Describe the issue linked to the documentation The description for [`LeaveOneGroupOut`](https://scikit-learn.org/stable/modules/cross_validation.html#leave-one-group-out) in the user guide: > :class:`LeaveOneGroupOut` is a cross-validation scheme which holds out the samples according to a...
#### Reference Issues/PRs #### What does this implement/fix? Explain your changes. Add section to contributing.rst on cross referencing syntax Happy to take change/take suggestions #### Any other comments?
#### Reference Issues/PRs (Continues from stalled PR) Closes https://github.com/scikit-learn/scikit-learn/pull/13660 closes https://github.com/scikit-learn/scikit-learn/issues/13533. #### What does this implement/fix? Explain your changes. Expand multilabel in decision function in glossary, using the suggestion: https://github.com/scikit-learn/scikit-learn/pull/13660#discussion_r379449939...
Any thoughts on adding type annotations to our code? cc @larsoner
Review pinning vtk version (#848), which causes builds to hang, pending https://github.com/enthought/mayavi/pull/1050 resolution. Original thread: https://github.com/sphinx-gallery/sphinx-gallery/pull/844#issuecomment-874800615
Not too familiar with this but should Sphinx-Gallery itself be in [sphinx-gallery/doc/binder/requirements.txt](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/doc/binder/requirements.txt#L8) ? Since it says 'These are extra dependencies that aren't required to use sphinx-gallery.' ?
# Description Add section on downloading CI built docs From https://github.com/napari/napari/pull/4944#issuecomment-1217226287 I thought some people may not know about this. I understand that there has been talk/intention to improve how...
# Description Expand explanation of interaction_box_image example. Happy to change wording. Also not sure if I should add that pan and zoom is the default mode? cc @DragaDoncila ## Type...