Azure / Azure/MachineLearningNotebooks
Minor Error in Documentation - Automated Machine Learning Continuous retraining using Pipelines and Time-Series TabularDataset
- Ngôn ngữ chính
- Jupyter Notebook
- Star
- 4.4k
- Fork
- 2.6k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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"`
`)`
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Mở how-to-use-azureml/automated-machine-learning/continuous-retraining/auto-ml-continuous-retraining.ipynb và kiểm tra phần mã áp chót để lên lịch cho pipeline nhập dữ liệu. Xác minh rằng NOAA weather data pipeline là đối tượng được phát hành và xác nhận rằng phần này sử dụng data_pipeline thay vì training_pipeline.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- azure, jupyter-notebook, python
- Lĩnh vực
- documentation, machine-learning
- Loại issue
- Tài liệu
- Độ khó
- 1/5
- Thời gian dự kiến
- Dưới một giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 45/100