From 37b5577286b5d6048fb12cc4e69a1cab918726df Mon Sep 17 00:00:00 2001 From: Erikfather <34902771+Erikfather@users.noreply.github.com> Date: Wed, 9 May 2018 22:08:20 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7e1171..802256a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,10 @@ #### (3) CART算法使用“基尼指数”来选择划分属性,选择基尼值最小的属性作为划分属性.
### 本次实验我的数据集如下所示: -![image](https://github.com/Erikfather/Decision_tree-python/blob/master/%E6%95%B0%E6%8D%AE%E8%A1%A8.jpg) ##### 共分为四个属性特征:年龄段,有工作,有自己的房子,信贷情况; ##### 现根据这四种属性特征来决定是否给予贷款 +![image](https://github.com/Erikfather/Decision_tree-python/blob/master/%E6%95%B0%E6%8D%AE%E8%A1%A8.jpg) + #### 为了方便,我对数据集进行如下处理: #### 在编写代码之前,我们先对数据集进行属性标注。