Fix capitalization of mlflow in serving nlp article
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
fbf385a80b
commit
e6aae355fc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue