Add titanic Kaggle project to Projects grid and Portfolio - #20
Merged
Conversation
- Add a static fallback card for dapiced/titanic in the home page Projects grid (Jupyter Notebook, Kaggle score 0.78947) - Add bilingual portfolio case study (EN + FR) covering the project's tested feature engineering, ticket-grouped validation, the OOF 0.8440 vs Kaggle 0.75358 divergence, and the no-leakage rule Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0134RyPcpFHf91sCa6WSv9MP
There was a problem hiding this comment.
Pull request overview
Adds the dapiced/titanic Kaggle project to the site’s project listings, including a bilingual portfolio case study that cross-links between EN/FR versions.
Changes:
- Added a static fallback “titanic” project card to the Projects grid on
index.html(for offline/rate-limited scenarios). - Added two new portfolio case-study pages (EN/FR) under
_portfolio/, linked viatranslation_url/translation_label.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
index.html |
Adds a new “titanic” card in the Projects grid fallback list. |
_portfolio/titanic-kaggle-robust-submission.md |
New English portfolio case study page with translation link to FR version. |
_portfolio/titanic-kaggle-soumission-robuste.md |
New French portfolio case study page with translation link to EN version. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| **Savoir s'arrêter fait partie de la méthode.** J'ai arrêté les soumissions à 0.78947. Je rouvrirais le projet à deux conditions : une évaluation indépendante qui n'a joué aucun rôle dans le développement, et une hypothèse sans fuite montrant un gain stable. Sans cela, conserver le résultat actuel *est* la conclusion la plus solide. | ||
|
|
||
| ## Projet Github titanic complet |
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.
Adds dapiced/titanic to the site, as requested.
Changes
Projects grid (
index.html): new static fallback card fortitanic(Jupyter Notebook, Kaggle score 0.78947), placed with the other zero-star repos. The live GitHub API refresh will pick the repo up automatically; this keeps the offline/rate-limited fallback in sync.Portfolio (
_portfolio/): new bilingual case study built from the repo's README and EXPERIMENTS.md:titanic-kaggle-robust-submission.md(EN, listed on/portfolio/)titanic-kaggle-soumission-robuste.md(FR, linked as the French translation)The write-up covers the tested feature engineering, ticket-grouped validation, the OOF 0.8440 vs Kaggle 0.75358 divergence, the self-imposed no-leakage rule, and the final reproducible 0.78947 result.
Both entries cross-link via
translation_url, matching the existing CEDD/Mila entry pattern. YAML front matter validated; no other pages touched.🤖 Generated with Claude Code
https://claude.ai/code/session_0134RyPcpFHf91sCa6WSv9MP
Generated by Claude Code