Azure / Azure/MachineLearningNotebooks

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

Aperta
#1,653 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Jupyter Notebook
Stelle
4.4k
Fork
2.6k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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?

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.