<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mlops on Alexander Junge&#39;s website</title>
    <link>https://www.alexanderjunge.net/categories/mlops/</link>
    <description>Recent content in Mlops on Alexander Junge&#39;s website</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Wed, 02 Dec 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.alexanderjunge.net/categories/mlops/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Deploying a custom Python machine learning model as an AWS SageMaker endpoint using MLflow</title>
      <link>https://www.alexanderjunge.net/blog/mlflow-sagemaker-deploy/</link>
      <pubDate>Wed, 02 Dec 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.alexanderjunge.net/blog/mlflow-sagemaker-deploy/</guid>
      <description>Deploying a trained machine learning model behind a REST API endpoint is an common problem that needs to be solved on the last mile to getting the model into production. The MLflow package provides a nice abstraction layer that makes deployment via AWS SageMaker (or Microsoft Azure ML or Apache Spark UDF) quite easy.
Here follows an example that illustrates how a PyTorch-based pre-trained HuggingFace transformers Extractive Question Answering NLP model can be deployed to an AWS SageMaker endpoint.</description>
    </item>
    
  </channel>
</rss>