microsoft / microsoft/PlanetaryComputerExamples
Data not available in benchmark-tutorial.ipynb
未關閉
還沒有人認領這個 Issue。
- 主要語言
- Jupyter Notebook
- 星號
- 455
- 分支
- 225
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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:
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
開啟 competitions/cloud-cover/benchmark-tutorial.ipynb,檢查失敗的 TRAIN_FEATURES.exists() assertion 周圍的資料磁碟區設定。在一個 Hub 執行個體上重現該 notebook,並將資料磁碟區的預期內容與 DATA_DIR 定義的路徑進行比較;當文件中記載的資料可用且 assertion 通過時,工作即完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- jupyter-notebook
- 領域
- data, machine-learning
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100