-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add hyperlinks for clarity whenever possible #427
Comments
I think the main problem here is that we don't have a technical way to do links between different places of the MOOC in a way that works for all setups: JupyterBook, Jupyter notebook outside FUN (used for in-person courses), and Jupyter notebook inside FUN
I think our general approach so far (not ideal I know) was:
|
Also I feel somehow that #420 could be another way to help find parts of the MOOC related to a given concept |
If I understand correctly, #420 proposes directing the search results links towards .github.io. That might be the easiest solution in both cases.
|
It would be inside an iframe in FUN, so that would still give you the feeling you are inside FUN, the same way the forum tab on the top right gives you the feeling you are still inside FUN although the forum is in an external web page. |
Worst case scenario, concepts that are not covered in the user guide could be linked to wikipedia, what do you think? |
Using an external resource is fine I think. The problem is that it is not so easy to find good resources at the level we want. The user guide is very often not such a good place for beginners, for example look at this section for nearest neighbors classification: https://scikit-learn.org/stable/modules/neighbors.html#nearest-neighbors-classification. Finding a compromise solution where we hard-code links to .github.io (rather than making sphinx-like links between documents) could be a hacky yet good enough compromise. Other opinions more than welcome! Note to our potential future selves: we can use
|
This would help to have specific points to be addressed (there are a few at the beginning already). Generic issues like this tend to rot with time. |
Hi all 👋 scikit-learn beginner here, with a little background on ML/NLP. I'm doing the MOOC, and as mentioned in #623, search for things like "!wiki Bayes error rate" on DDG, or opening scikit-learn.org and searching in the site for some terms. But most of the time I use Wikipedia. It'd be great to have links like foot notes (if we don't want to have links distracting users), as an extra section in the lesson like “References” or “Glossary”, etc., or maybe HTML links. Thanks! p.s.: I just tried searching "!scikit make_pipeline" and it didn't work, so I asked DDG to add a new bang for it 🤷♂️ not sure if it'll be accepted, but doesn't hurt to try. At least that way I'll be able to search these terms quicker until we have hyperlinks or some other fix. |
maybe HTML links.
I think that turning some word into HTML links to relevant wikipedia
pages would be useful, and it would not add "noise" to the current
material (we struggle to keep it not too long).
I can only speak for me, but I think that a PR doing that would be
welcomed.
|
Add hyperlinks whenever a new concept is introduced (and not covered in detail), or as a reminder in key places.
This may help clarifying the content without adding more text.
Most of the times the concepts are covered in the scikit-learn user guide.
Example:
Some concepts are not in the user guide but we could find a way to link them to the Glossary.
Examples:
Other concepts may be pointed to external material "to go beyond", e.g. "interpretability" or "voting".
The text was updated successfully, but these errors were encountered: