informatics-lab / precip_rediagnosis

Project to use ML to re-diagnose precipitation fields from ensemble model fields
0 stars 0 forks source link

AzureML and ML Flow demo #37

Closed stevehadd closed 2 years ago

stevehadd commented 2 years ago

I've created some extra notebooks to demo more advanced use of the Azure ML and ML Flow tools. The following changes / developments are included in this PR:

Closes #7 Closes #8 Closes #28

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

hannahbrown7 commented 2 years ago

Clustering demos

Mlflow on azure demo

prd_pipeline.py / Data on Azure

hannahbrown7 commented 2 years ago
  • I found that it can sometimes take a bit of time before the model is ready to load for evaluation and if I was being impatient got errors that file or directory didn't exist when running evaluation code. May be worth just adding a comment to say wait until you can see the model/run output in experiments before trying to load.

While having a play with Hyperdrive, I came across a useful function prd_run.wait_for_completion(), which holds the notebook until the scripts running on the cluster have completed then continues to run the subsequent cells in the notebook as expected