Azure / Azure/MachineLearningNotebooks

monitor.backfill() in datadrift tutorial is quite time consuming

Đang mở
#1,653 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
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ả

Hello Microsoft Team,

I am studying datadrift monitoring and following [Azure datadrift tutorial](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/work-with-data/datadrift-tutorial/datadrift-tutorial.ipynb) but when I go to `monitor.backfill()` step, it is quite time consuming to execute.

```
from azureml.widgets import RunDetails

backfill = monitor.backfill(dt.datetime.now() - dt.timedelta(weeks=6), dt.datetime.now())

RunDetails(backfill).show()
backfill.wait_for_completion()
```

As you can see in the capture picture. It have been wasting me up to 9h but have not yet completed. My baseline and target data keep the same as example and I run on compute instance with configuration:

```
Virtual machine size
Standard_DS11_v2 (4 cores, 14 GB RAM, 28 GB disk)
```
Can you explain what error happen with this example tutorial?

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

Bắt đầu với datadrift-tutorial.ipynb và ô monitor.backfill() được hiển thị trong báo cáo. Chạy cùng backfill kéo dài sáu tuần trên phiên bản điện toán Standard_DS11_v2 đã nêu và kiểm tra đầu ra RunDetails cũng như hành vi khi hoàn tất. Được xem là hoàn thành khi xác định được lý do backfill của tutorial không hoàn tất trong thời gian hợp lý hoặc ghi lại bản sửa cần thiết.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
python
Lĩnh vực
machine-learning
Loại issue
Lỗi
Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
25/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.