From 90fd23ad691ed39d5b3179809eeff60e4969c397 Mon Sep 17 00:00:00 2001 From: malin10 Date: Thu, 9 Jul 2020 23:42:19 +0800 Subject: [PATCH] aistudio link --- README.md | 1 + README_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 86990286..cc0e8e29 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ python -m paddlerec.run -m paddlerec.models.rank.dnn ### Introductory Project * [Get start of PaddleRec in ten minutes](https://aistudio.baidu.com/aistudio/projectdetail/559336) +* [Tutorial of Linear Regression and Analysis of Feature Importance](https://aistudio.baidu.com/aistudio/projectdetail/618918) ### Introductory tutorial * [Data](doc/slot_reader.md) diff --git a/README_CN.md b/README_CN.md index 3f3f8f0e..41a0d5f3 100644 --- a/README_CN.md +++ b/README_CN.md @@ -135,6 +135,7 @@ python -m paddlerec.run -m paddlerec.models.rank.dnn ### 快速开始 * [十分钟上手PaddleRec](https://aistudio.baidu.com/aistudio/projectdetail/559336) +* [乘风破浪的调参侠!玩转特征重要性~从此精通LR](https://aistudio.baidu.com/aistudio/projectdetail/618918) ### 入门教程 * [数据准备](doc/slot_reader.md) -- GitLab