add ensemble learning details

This commit is contained in:
2025-01-25 15:15:59 +08:00
parent 30ad5027db
commit 92fa085399
53 changed files with 789 additions and 314 deletions

View File

@@ -169,6 +169,8 @@ graph.view(output_path) # 打开图像path为保存路径不需要加后
[Webgraphviz](http://webgraphviz.com/),这个网站可以将`tree.dot`文件的内容生成对应的可视化树
#### 回归决策树与线性回归的对比
```python
import numpy as np
import matplotlib.pyplot as plt