Spareribs 7 gadi atpakaļ
vecāks
revīzija
97da487c96
3 mainītis faili ar 30 papildinājumiem un 6 dzēšanām
  1. 23 0
      Chapter2/README.md
  2. 4 3
      README.md
  3. 3 3
      SUMMARY.md

+ 23 - 0
Chapter2/README.md

@@ -1,3 +1,26 @@
 # 第2章 模型评估
 贡献者:
 - [Sm1les](https://github.com/Sm1les)
+
+----------------
+
+
+
+### 2.1 经验误差与过拟合
+
+### 2.2 评估方法
+
+### 2.3 性能度量
+
+- [2.20](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter2/chapter2.md)
+- [2.21](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter2/chapter2.md)
+
+### 2.4 比较检验
+
+### 2.5 偏差与方差
+
+### 2.6 阅读材料
+
+
+
+

+ 4 - 3
README.md

@@ -12,9 +12,10 @@
 
 ## 目录
 
-- 第1章 [绪论](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter1/chapter1.md)
-- 第2章 [模型评估与选择](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter2/chapter2.md)
-- 第3章 [线性模型](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter3/chapter3.md)
+- 第1章 [绪论](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter1/README.md)
+- 第2章 [模型评估与选择](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter2/README.md)
+- 第3章 [线性模型](https://github.com/Datawhale18/pumpkin-book/blob/master/Chapter3/README.md)
+- 第4章 todo
 
 ## 在线阅读须知
 

+ 3 - 3
SUMMARY.md

@@ -1,7 +1,7 @@
 # 目录
 
 * [简介](README.md)
-* 第1章 [绪论](Chapter1/README.md)
-* 第2章 [模型评估与选择](Chapter2/README.md)
-* 第3章 [线性模型](Chapter3/README.md)
+* [第1章 绪论](Chapter1/README.md)
+* [第2章 模型评估与选择](Chapter2/README.md)
+* [第3章 线性模型](Chapter3/README.md)