摘要: 1.首先检查自己是否导入依赖 <!-- JSTL --> <dependency> <groupId>javax.servlet</groupId> <artifactId>jstl</artifactId> <version>1.2</version> </dependency> <!-- JST 阅读全文
posted @ 2021-12-06 22:16 新古董 阅读(329) 评论(0) 推荐(0)
摘要: 关键代码: 生成决策树: def createDataSet(): # 创造示例数据 col_type = [str, float, float, float, str, str, str]; dataSet = [] # 数据源列表 with open("pd1_table.csv") as f: 阅读全文
posted @ 2021-12-06 22:13 新古董 阅读(25) 评论(0) 推荐(0)