[Bug] V3 Hyperparameter Tuning Pipeline page labelled "Download Data" in navigation due to missing title cell

オープン 初心者向け
#6,232 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
1/5
見積もり時間
1時間未満
初心者へのやさしさ
93/100
issue の種類
バグ
明瞭さ
明確に書かれている
活発さ
活発
技術スタック
jupyter-notebook, python
領域
documentation

調査の方向性

doc/source/v3-examples/ml-ops-examples/v3-hyperparameter-tuning-example/v3-hyperparameter-tuning-pipeline.ipynb を開き、最初のセルとレンダリングされた Read the Docs ページを確認します。不足している導入タイトルセルを追加し、ページが「Download Data」ではなく「V3 Hyperparameter Tuning Pipeline」と表示されるようにしてから、修正されたナビゲーションラベルでノートブックがレンダリングされることを確認します。

索引モデルが issue の本文から書いたものです。

説明

PySDK Version

  • PySDK V2 (2.x)
  • [ x] PySDK V3 (3.x)

Describe the bug
The V3 Hyperparameter Tuning Pipeline example notebook is missing a title markdown cell. The notebook's first cell is a code cell (imports), so the first markdown heading ### Download Datais picked up as the page label in the readthedocs navigation sidebar, causing the page to appear as "Download Data" rather than "V3 Hyperparameter Tuning Pipeline".

To reproduce

  1. Navigate to the readthedocs page
  2. Observe the sidebar navigation label for this page

Expected behavior
The page should be labelled "V3 Hyperparameter Tuning Pipeline" (or similar) in the navigation sidebar, not "Download Data".

Screenshots or logs
Image

System information
A description of your system. Please provide:

  • SageMaker Python SDK version:
  • Framework name (eg. PyTorch) or algorithm (eg. KMeans):
  • Framework version:
  • Python version:
  • CPU or GPU:
  • Custom Docker image (Y/N):

Additional context
Fix: add a title markdown cell as the first cell in doc/source/v3-examples/ml-ops-examples/v3-hyperparameter-tuning-example/v3-hyperparameter-tuning-pipeline.ipynb:

{
  "cell_type": "markdown",
  "id": "intro",
  "metadata": {},
  "source": ["# V3 Hyperparameter Tuning Pipeline"]
}
主要言語
Python
スター
2.3k
フォーク
1.3k
平均マージ
3日 9時間
マージ済み PR(30日)
42

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

aws/sagemaker-python-sdk のほかの issue

aws/sagemaker-python-sdk の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。