Lucy Liu
Lucy Liu
Thanks @thomasjpfan - Have amended, I think it's less messy but maybe there could be better way still?
Thanks for the reviews! I have amended so `cross_validation.rst` is amended, and the example in `GroupKFold` such that n_splits is NOT the same as number of groups. Reverted formatting which...
> but I am not sure if we should maintain and have documentation on Sphinx cross referencing. Is there a good reference we can link to that provides this information?...
Thanks @thomasjpfan ! I am still happy to amend to pointing to the relevant points in the sphinx-docs, depending on what other people think.
>when I introduce multi-label classification, I usually go to the target format first Fair point, looking more closely I see that there is a target types section above: https://scikit-learn.org/stable/glossary.html#target-types -...
This is probably related to #330 (in particular @GaelVaroquaux's case where we convert .rst to .py so sphinx-gallery can convert back to rst), do you think this would solve your...
> So are the example sources you generate analysed and executed once they are already RST, or in their .py form? The example `.py` files are split into text (rst)...
> I suspect it wouldn't be hard to read and concatenate code examples from RST to produce the running code either. Sorry can you clarify, I didn't follow, thanks!