Update README.md

pull/1/head
Mike Kraus 2019-11-05 21:19:41 +01:00 committed by GitHub
parent dc90414cf6
commit 025df1d642
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ Let's say we got a ML model that has been put in production and is actively serv
This repository takes on the topic of incrementally updating a ML model as new data becomes available. It mainly leans on three nifty tools, being [Kafka](https://github.com/apache/kafka), [Airflow](https://github.com/apache/airflow), and [MLFlow](https://github.com/mlflow/mlflow).
The corresponding [walkthrough/post](https://github.com/apache/kafka) on Medium lays out the workings of this repo step-by-step.
The corresponding [walkthrough/post](https://medium.com/vantageai/keeping-your-ml-model-in-shape-with-kafka-airflow-and-mlflow-143d20024ba6) on Medium lays out the workings of this repo step-by-step.