Minor Error in Documentation - Automated Machine Learning Continuous retraining using Pipelines and Time-Series TabularDataset
まだ誰も着手していません。
評価
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 初心者へのやさしさ
- 45/100
- issue の種類
- ドキュメント
- 明瞭さ
- 明確に書かれている
- 活発さ
- 停滞
- 技術スタック
- azure, jupyter-notebook, python
調査の方向性
how-to-use-azureml/automated-machine-learning/continuous-retraining/auto-ml-continuous-retraining.ipynbを開き、データ取り込みパイプラインのスケジュール設定を行う最後から2番目のコードセクションを確認してください。公開されるオブジェクトがNOAA weather data pipelineであることを検証し、そのセクションでtraining_pipelineではなくdata_pipelineが使用されていることを確認してください。
索引モデルが issue の本文から書いたものです。
説明
In the Notebook, "Automated Machine Learning Continuous retraining using Pipelines and Time-Series TabularDataset" there is a minor error, in the second last code section, referring to the scheduling of the Data-Ingestion Pipeline.
The provided code refers incorrectly to the training_pipeline rather than the data_pipeline used to retrieve daily NOAA weather data.
pipeline_name = "DataIngestion-Pipeline-NOAAWeather"
published_pipeline = training_pipeline.publish(
name=pipeline_name, description="Pipeline that updates NOAAWeather Dataset"
)
Should be:
pipeline_name = "DataIngestion-Pipeline-NOAAWeather"
published_pipeline = data_pipeline.publish(
name=pipeline_name, description="Pipeline that updates NOAAWeather Dataset"
)
- 主要言語
- Jupyter Notebook
- スター
- 4.4k
- フォーク
- 2.6k
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
Azure/MachineLearningNotebooks のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 72/100
Azure/MachineLearningNotebooks#1975 · コメント 1 件 ·
-
duplicates オープン
難易度 1/5 1時間未満 初心者へのやさしさ 68/100
Azure/MachineLearningNotebooks#1960 ·
-
machine オープン
難易度 5/5 1週間以上 初心者へのやさしさ 10/100
Azure/MachineLearningNotebooks#1987 ·
-
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
Azure/MachineLearningNotebooks#1985 · コメント 1 件 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
Azure/MachineLearningNotebooks#1981 · リアクション 1 件 ·
Azure/MachineLearningNotebooks の issue をすべて見る
似ている issue
-
Area: Excel support
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
orbeon/orbeon-forms#7893 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
docToolchain/docToolchain#1705 ·
-
kb-infra-drift
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
OCHA-DAP/ds-knowledge-base#653 · コメント 1 件 ·
-
area/dev-productivity area/disaster-recovery area/ipcei kind/enhancement
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
namespace operations
難易度 1/5 1時間未満 初心者へのやさしさ 90/100
EclipseFdn/open-vsx.org#13419 ·