DOC add links to SVC vs Semi-Supervised example link to SVC subsection in "Mathematical formulation" in Support Vector Machines documentation#31499
Conversation
Added example link to Decision boundary of semi-supervised classifiers versus SVM on the Iris dataset
|
ping @scikit-learn/documentation-team, @StefanieSenger |
|
Hi @chibihime, thanks for your PR. I actually don't think we should add this link in I would suggest to close this PR therefore. I'm sorry, @chibihime, since issue #30621 is a real task that scikit-learn needs more hands and eyes to solve (not a mere practice issue for first contributions) the outcome can sometimes be that a reference it not needed. I also think that this example is very similar to Semi-supervised Classification on a Text Dataset, which is currently re-worked in #31104. Is it maybe reasonable to remove this example (we're dealing with in this PR) entirely? What do you think, @adrinjalali? |
|
Feel very welcome to pick another example for a reference, @chibihime! ❤️ |
|
@StefanieSenger I'd be happy to remove this if we also make sure the message of this example is included in the other one. I agree it makes sense to have one example conveying the two messages. |
|
That's maybe something @elhambbi wants to take care of in a follow-up PR afterwards? |
This PR adds a direct link to an example comparing SVC and semi-supervised classifiers on the IRIS dataset to improve visibility.
Changes were tested locally by building the documentation.