Azure MLOps for Beginners: Train, Deploy and Serve a GRU forecasting model. (Part II)
In Part I for Azure MLOps for Begineers, we learnt how to train, register and deploy our model in Azure ML. In this part, we will learn how to use that endpoint to make forecast using a Flask Based web application. For basic Flask setup check : Streamlined Flask Deployment on Azure. We will build our forecasting application on the […]