We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d361f commit 01c3a3cCopy full SHA for 01c3a3c
README.md
@@ -15,7 +15,7 @@
15
| 4 | 71 | 该页Kneighbors中的n应大写 | 文字或格式错误 | 应改为KNeighbors |
16
| 5 | 77 | 表7-3数字统计错误 | 技术错误 | 应改为正确的统计数值:将“晴”和“雨”两行数值互换 |
17
| 6 | 79 | 倒数第四行名词错误 | 技术错误 | 应将信息增益比改为基尼指数 |
18
-| 7 | 90 | 代码7-10中部分变量命名不统一 | 技术错误 | 应统一best_subsets、left_branch等变量 |
+| 7 | 90 | 代码7-10中部分变量命名不统一 | 技术错误 | 应统一best_subsets、left_branch、feature_ix等变量 |
19
| 8 | 92 | 代码7-11倒数第3行变量有误 | 技术错误 | 应将impurity_calculation改为gini_impurity_calc |
20
| 9 | 167 | 图12-1倒数第2行最优点式子有误 | 技术错误 | 应改为式12-18 |
21
| 10 | 216 | 代码17-7第12行函数参数写反 | 技术错误 | 应对调修改 |
0 commit comments