microsoft / microsoft/PlanetaryComputerExamples
Data not available in benchmark-tutorial.ipynb
Open
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 455
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
Working through competitions/cloud-cover/benchmark-tutorial.ipynb on a hub instance, the notebook states the data should be available in a volume but this is not the case:
---------------------------------------------------------------------------
AssertionError Traceback (most recent call last)
Input In [4], in <cell line: 5>()
2 TRAIN_FEATURES = DATA_DIR / "train_features"
3 TRAIN_LABELS = DATA_DIR / "train_labels"
----> 5 assert TRAIN_FEATURES.exists()
AssertionError:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open competitions/cloud-cover/benchmark-tutorial.ipynb and inspect the data-volume setup around the failing TRAIN_FEATURES.exists() assertion. Reproduce the notebook on a hub instance and compare the expected volume contents with the paths defined by DATA_DIR; the work is done when the documented data is available and the assertion passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- data, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100