搜索资源列表
Decision-Tree-python
- python实现的决策树代码,包括数据,以及源代码- tree python code is implemented, including data, and source code
treePlotter
- 机器学习中的决策树,利用python实现的算法-Decision tree in machine learning, using Python to achieve the algorithm
build_a_decision_tree_base_CART.tar
- 这里是最基本的决策树实现的python方法,有详细的代码说明-Here is the basic method of decision tree python to achieve, a detailed code Descr iption
DecisionTree
- 本程序是利用python写的一个决策树算法,通过该例子可以实现简单的决策树处理,也可以学习决策树算法的基本思想。-This procedure is to use python to write a decision tree algorithm, this example can be achieved by a simple decision tree processing, you can also learn the basic idea of the decision tree alg
decision-making-tree
- 决策树的Python代码实现,要所报内含原数据-Decision Tree Python code, containing the original data to be reported
KNN,SVM,决策树,朴素贝叶斯
- 用python的sklearn包分类 简单的对数据进行分类(Sort with Python's sklearn package Simple classification of data)
Decision_tree-python
- 使用决策树(包括ID3,C45,CART)对数据做多分类预测。(Use Decision Tree to classify.)