Azure / Azure/MachineLearningNotebooks

Minor Error in Documentation - Automated Machine Learning Continuous retraining using Pipelines and Time-Series TabularDataset

未关闭
#1,835 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Jupyter Notebook
星标
4.4k
派生
2.6k
PR 合并指标
30 天内没有已合并 PR

描述

In the Notebook, ["Automated Machine Learning Continuous retraining using Pipelines and Time-Series TabularDataset"](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/continuous-retraining/auto-ml-continuous-retraining.ipynb) 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"`
`)`

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。