Conversation
xadupre
commented
Feb 26, 2026
Contributor
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds teaching materials for a machine learning course, including a new example script demonstrating Parcoursup data analysis (2021-2025) and several documentation updates.
Changes:
- Added a new Python example file for analyzing Parcoursup enrollment data using scikit-learn
- Fixed French spelling errors ("pair" → "paire", "condidatures" → "candidatures")
- Updated teaching roadmap documentation with additional datasets and formatting improvements
- Added RUF001 linter exception for the new example file
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Added linter exception (RUF001) for the new plot_template_data.py file |
| _doc/practice/index_python.rst | Fixed French spelling: "pair" → "paire" |
| _doc/practice/index_algo.rst | Fixed French spelling: "pair" → "paire" |
| _doc/examples/ml/plot_template_data.py | New example script for Parcoursup data analysis with ML pipeline (contains multiple bugs) |
| _doc/articles/2026/2026-03-15-route2026-ml.rst | Added skrub module, fixed typo, reformatted dataset list, and added new dataset link |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…eline to fail (#90) * Initial plan * Fix multiple bugs in plot_template_data.py Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: xadupre <22452781+xadupre@users.noreply.github.com> Co-authored-by: xavier dupré <sdpython@users.noreply.github.com>
sdpython
approved these changes
Apr 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.