python决策树分类 导入数据集_python中使用scikit-learn和pandas决策树进行iris鸢尾花数据分类建模和交叉验证...
交叉验证获取数据接下来,让我们使用上面设置的搜索方法来找到合适的参数设置。首先进行一些初步准备-获取数据并构建目标数据:print("\n--getdata:")df=get_iris_data()print("")features=["SepalLength","SepalWidth","PetalLength","PetalWidth"]df,targets=encode_target(df,