From f0f235be4f1a242eacf3e180667983cd33257386 Mon Sep 17 00:00:00 2001 From: huanxiaoling <3174348550@qq.com> Date: Mon, 7 Nov 2022 10:19:26 +0800 Subject: [PATCH] modify the en file in recommender --- docs/recommender/docs/source_en/online_learning.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/recommender/docs/source_en/online_learning.md b/docs/recommender/docs/source_en/online_learning.md index baa158dcb4..ff31d2a66c 100644 --- a/docs/recommender/docs/source_en/online_learning.md +++ b/docs/recommender/docs/source_en/online_learning.md @@ -16,6 +16,8 @@ Key differences between online learning and offline training: The user's streaming training data is pushed to kafka. MindPandas reads data from kafka and performs feature engineering transformation, and then writes to the feature storage engine. MindData reads data from the storage engine as training data for training. MindSpore, as a service resident, continuously receives data and performs training, with the overall process shown in the following figure: +![image.png](https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/master/docs/recommender/docs/source_en/images/online_training.png) + ## Use Constraints - Python 3.8 and above is required to be installed. -- Gitee