-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrate some tutorials with links given on the "Learn" page of the MLJ documentation #29
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for mlj ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@EssamWisam This PR adds two new tutorial tags, "Exploratory Data Analysis" and "Model Composition", and at least one new tutorial with each tag. However, these new categories are not being populated by the new tutorials, i.e, the lists for these new tags are blank, as here: Is it possible that we need to add the tags in a separate PR to get the preview to work properly? What's your suggestion for proceeding? |
Previously, it was the case that a new tag should at least have an internal tutorial (bug)
Thanks @EssamWisam for the lightning response and resolution ⚡ |
@dm13450, @roland-KA FYI: This PR includes links to MLJ tutorials you contributed and adds some "learning outcomes" (which appear in the tutorial browser when you hover over a tutorial). Feel free to comment on those. |
Towards improving integration of the new landing page provided by juliaml.ai (content provided by this repo) this PR adds tutorial links from this MLJ docs page. This latter page already duplicates a lot of DataScienceTutorials.jl, and after this PR, could be condensed significantly to reduce duplication.
The idea is to dispatch a user to:
DataScienceTutorials.jl for "curated" tutorials to be attempted in sequence
juliaml.ai/tutorials for a complete list of all known tutorials, organized by topic.