Click here to Skip to main content
15,887,267 members
Articles / Hosted Services / Azure

Deploying Models at Scale on Azure - Part 1: Deploying XGBoost Models

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
28 Mar 2022CPOL11 min read 5.3K   2  
How to publish XGBoost and PyTorch models using Azure App Service, Flask, FastAPI, and machine learning online endpoints
This a Part 1 of a 3-part series of articles that demonstrate how to take AI models built using various Python AI frameworks and deploy and scale them using Azure ML Managed Endpoints. In this article, we publish an XGBoost model trained to recognize handwritten digits from a well-known MNIST dataset. We use Azure App Service with Flask, then use machine learning online endpoints.

This article is a sponsored article. Articles such as these are intended to provide you with information on products and services that we consider useful and of value to developers

Views

Daily Counts

This article is part of the series 'Deploying Models at Scale View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Poland Poland
Jarek has two decades of professional experience in software architecture and development, machine learning, business and system analysis, logistics, and business process optimization.
He is passionate about creating software solutions with complex logic, especially with the application of AI.

Comments and Discussions