Climate zones#66
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a “Climate Zones” tutorial as a set of Jupyter notebooks (EDA → training → inference/visualisation → evaluation) plus a data-prep notebook and a README to guide running the tutorial (intended for JupyterHub on Spice).
Changes:
- Added tutorial README with a notebook “pathway” and environment setup notes.
- Added 4 core tutorial notebooks (exploration, training, inference/visualisation, evaluation) and 1 supporting data-prep notebook.
- Introduced a shared configuration dependency (
config.json) across all notebooks.
Reviewed changes
Copilot reviewed 1 out of 6 changed files in this pull request and generated 21 comments.
Show a summary per file
| File | Description |
|---|---|
| ml_examples/climate_zones/README.md | Tutorial entry point and run instructions; contains several typos and one broken link. |
| ml_examples/climate_zones/ClimateZones_DataExploration.ipynb | EDA notebook; depends on missing config.json. |
| ml_examples/climate_zones/ClimateZones_TrainingPipeline.ipynb | Training notebook; depends on missing config.json, contains a future-year copyright and template placeholder text. |
| ml_examples/climate_zones/ClimateZones_InferenceVisualisation.ipynb | Inference/visualisation notebook; depends on missing config.json, contains template placeholder text. |
| ml_examples/climate_zones/ClimateZones_Evaluation.ipynb | Evaluation notebook; depends on missing config.json. |
| ml_examples/climate_zones/ClimateZones_DataPrep.ipynb | Data-prep notebook; depends on missing config.json and contains several concrete run-breaking/logic issues (path handling, subgroup mapping, multiprocessing, hard-coded paths). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…me from copilot code review.
…rather than a notebook.
Collaborator
Author
|
mo-BrandonBirch could you approve this PR when yopu are happy so I can merge? |
mo-BrandonBirch
approved these changes
Jul 9, 2026
mo-BrandonBirch
left a comment
Collaborator
There was a problem hiding this comment.
Changes made based on feedback provided, everything runs
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.
This pull request ports some notebooks from the AI4Climate hackathon repo in preparation for a tutorial. It contains
Could you please review the following: