Fix capitalization of mlflow in serving nlp article
continuous-integration/drone/push Build is passing Details

This commit is contained in:
James Ravenscroft 2020-12-30 08:33:54 +00:00
parent fbf385a80b
commit e6aae355fc
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
---
title: Serving NLP Models with MLFlow
title: Serving NLP Models with MLflow
author: James
type: post
resources:
@ -7,7 +7,7 @@ resources:
src: images/feature.jpg
date: 2020-12-29T09:50:28+00:00
url: /2020/12/29/serving-nlp-models-with-mlflow/
description: Serving NLP models with MLFlow is a little trickier than serving models expecting tabular input. In this post we explore one possible solution with code examples.
description: Serving NLP models with MLflow is a little trickier than serving models expecting tabular input. In this post we explore one possible solution with code examples.
categories:
- Work
- Open Source