Skip to content

Commit c106eac

Browse files
authored
Merge pull request #369 from flying-yogurt/main
[Translation-zh.CN] Chapter 5 README translation completed.
2 parents a46bf5d + a8f53ba commit c106eac

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# 云上的数据科学
2+
3+
![cloud-picture](images/cloud-picture.jpg)
4+
5+
> 拍摄者 [Jelleke Vanooteghem](https://unsplash.com/@ilumire) 上传于 [Unsplash](https://unsplash.com/s/photos/cloud?orientation=landscape)
6+
7+
将”云“应用在大数据相关的数据科学上时,它可以起到四两拨千斤的作用。在接下来的三节课程中,我们将逐一了解并学习“云”的基本概念,并尝试弄明白它对数据科学有何帮助。我们也会通过探索心力衰竭这一疾病相关的数据集来构建模型,并用它来评估某人患有心力衰竭的概率。通过借助“云”的力量,我们将采取两种不同的方式来训练、部署、使用该模型。第一种方式仅采用低代码或无代码的用户界面,另一种则采用了 Azure 机器学习软件开发工具包 (Azure ML SDK)。
8+
9+
![project-schema](19-Azure/images/project-schema.PNG)
10+
11+
### 主题
12+
13+
1. [为什么要将云应用于数据科学?](17-Introduction/README.md)
14+
2. [云上的数据科学:通过低代码/无代码方式](18-Low-Code/README.md)
15+
3. [云上的数据科学:通过 (Azure ML SDK)](19-Azure/README.md)
16+
17+
### 致谢
18+
19+
这些课程由 [Maud Levy](https://twitter.com/maudstweets)[Tiffany Souterre](https://twitter.com/TiffanySouterre) 用 ☁️ 及 💕 编写。
20+
21+
心力衰竭预测项目的数据来源于 [Larxel](https://www.kaggle.com/andrewmvd) (在 [Kaggle](https://www.kaggle.com/andrewmvd/heart-failure-clinical-data) 上). 适用 [Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) 许可证。

translations/README.zh-cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
| 14 | 数据科学生命周期介绍 | [生命周期](../4-Data-Science-Lifecycle/translations/README.zh-cn.md) | 介绍数据科学生命周期及其获取和提取数据的第一个步骤。 | [课程](../4-Data-Science-Lifecycle/14-Introduction/README.md) | [Jasmine](https://twitter.com/paladique) |
7070
| 15 | 分析 | [生命周期](../4-Data-Science-Lifecycle/translations/README.zh-cn.md) | 数据科学生命周期的这一阶段侧重于分析数据的技术。 | [课程](../4-Data-Science-Lifecycle/15-Analyzing/README.md) | [Jasmine](https://twitter.com/paladique) |
7171
| 16 | 交流 | [生命周期](../4-Data-Science-Lifecycle/translations/README.zh-cn.md) | 数据科学生命周期的这一阶段重点是以一种使决策者更容易理解的方式来展示数据的洞察力。 | [课程](../4-Data-Science-Lifecycle/16-Communication/README.md) | [Jalen](https://twitter.com/JalenMcG) |
72-
| 17 | 云上的数据科学 | [云上数据](../5-Data-Science-In-Cloud/README.md) | 这一系列课程介绍了云上的数据科学及其好处。 | [课程](../5-Data-Science-In-Cloud/17-Introduction/README.md) | [Tiffany](https://twitter.com/TiffanySouterre)[Maud](https://twitter.com/maudstweets) |
73-
| 18 | 云上的数据科学 | [云上数据](../5-Data-Science-In-Cloud/README.md) | 使用低代码工具训练模型。 |[课程](../5-Data-Science-In-Cloud/18-Low-Code/README.md) | [Tiffany](https://twitter.com/TiffanySouterre)[Maud](https://twitter.com/maudstweets) |
74-
| 19 | 云上的数据科学 | [云上数据](../5-Data-Science-In-Cloud/README.md) | 用 Azure ML Studio 部署模型 | [课程](../5-Data-Science-In-Cloud/19-Azure/README.md) | [Tiffany](https://twitter.com/TiffanySouterre)[Maud](https://twitter.com/maudstweets) |
72+
| 17 | 云上的数据科学 | [云上数据](../5-Data-Science-In-Cloud/translations/README.zh-cn.md) | 这一系列课程介绍了云上的数据科学及其好处。 | [课程](../5-Data-Science-In-Cloud/17-Introduction/README.md) | [Tiffany](https://twitter.com/TiffanySouterre)[Maud](https://twitter.com/maudstweets) |
73+
| 18 | 云上的数据科学 | [云上数据](../5-Data-Science-In-Cloud/translations/README.zh-cn.md) | 使用低代码工具训练模型。 |[课程](../5-Data-Science-In-Cloud/18-Low-Code/README.md) | [Tiffany](https://twitter.com/TiffanySouterre)[Maud](https://twitter.com/maudstweets) |
74+
| 19 | 云上的数据科学 | [云上数据](../5-Data-Science-In-Cloud/translations/README.zh-cn.md) | 用 Azure ML Studio 部署模型 | [课程](../5-Data-Science-In-Cloud/19-Azure/README.md) | [Tiffany](https://twitter.com/TiffanySouterre)[Maud](https://twitter.com/maudstweets) |
7575
| 20 | 现实中的数据科学 | [现实世界](../6-Data-Science-In-Wild/translations/README.zh-cn.md) | 现实世界中由数据科学驱动的项目 | [课程](../6-Data-Science-In-Wild/20-Real-World-Examples/README.md) | [Nitya](https://twitter.com/nitya) |
7676

7777
## 离线访问

0 commit comments

Comments
 (0)