决策树、随机森林
☆50Nov 25, 2018Updated 7 years ago
Alternatives and similar repositories for sklearn-DecisionTree
Users that are interested in sklearn-DecisionTree are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 机器学习决策树ID3算法的Python实现☆12Mar 19, 2020Updated 6 years ago
- 作品是基于机器学习的癫痫病预测系统, 该系统首先通过Fourier、PCA降维和提取各通道之间的相关性系数对EEG特征提取,然后利用随机森林、SVM、逻辑回归算法和决策树算法对发作前期和发作间期进行分类,从而获得基于人工智能机器学习预测癫痫病发作概率的模型。在测试时,通过电…☆36Apr 23, 2020Updated 6 years ago
- 基于微信公众号实现的人工智能客服☆11Jul 4, 2019Updated 6 years ago
- 利用公开的安然财务和邮件数据集,利用 PCA 和特征选择分析处理缺失的数据,再通过朴素贝叶斯、决策树、SVM等机器学习构建筛选器,找出有欺诈嫌疑的安然员工☆10Dec 7, 2017Updated 8 years ago
- 基于遗传算法的BP神经网络☆17Mar 8, 2021Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- java 大数据 spark flink redis hive hbase kafka 面试题 数据结构 算法 设计模式☆23Sep 20, 2021Updated 4 years ago
- 决策树之 ID3 算法☆13Jul 6, 2016Updated 9 years ago
- 利用Tushare接口的原始数据,搭建股票分析模型☆10Jul 19, 2020Updated 5 years ago
- 本程序实现决策树的建立与可视化,以及决策树的预剪枝与后剪枝,数据集为西瓜书4.2、4.3节中的西瓜数据集☆38Sep 6, 2019Updated 6 years ago
- Implementation of the paper End-to-end Learning of Deterministic Decision Trees☆17May 19, 2022Updated 4 years ago
- 使用决策树实现预测人才招聘市场的最低薪酬预测 | C4.5分类 | CART回归 | 剪枝 | 随机森林☆19Feb 20, 2019Updated 7 years ago
- GBDT for regression☆10Dec 16, 2018Updated 7 years ago
- BehaviorTree 行为树 编辑器 ActionScript 版本☆16May 14, 2019Updated 7 years ago
- 利用RFM模型建模,并通过聚类分析、分类,分别算出8中不同的价值会员☆38Mar 20, 2018Updated 8 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 基于kaggle上Titanic数据集实现的ID3、C4.5、CART和CART剪枝算法☆41Mar 9, 2019Updated 7 years ago
- This is a useful MatLab based tool to easily set up the Concrete Damaged Plasticity Model available in Abaqus.☆29Jul 15, 2021Updated 4 years ago
- zengrong.org编写的一些AS小工具☆26Apr 14, 2015Updated 11 years ago
- Transfer algorithms on Decision Trees☆20May 20, 2020Updated 6 years ago
- 《机器学习》周志华(西瓜书)的决策树,实现了决策树的构建、可视化及预测。☆14Apr 19, 2021Updated 5 years ago
- Oblique Decision Tree in Python☆22Dec 5, 2021Updated 4 years ago
- 在不调用公开源码或函数的情况下用python手动实现基于ID3算法和CART算法的两种决策树分类模型,并评估其优劣。☆16Jan 8, 2022Updated 4 years ago
- 感知器、贝叶斯分类、决策树分类、K最近邻法、逻辑回归、支持向量机...☆131Sep 8, 2014Updated 11 years ago
- CNN进 行猫狗识别(PyTorch)☆25Aug 23, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Descriptive summaries of covid data for Belgium☆10Apr 23, 2021Updated 5 years ago
- 元胞自动机 Python 实现、康威生命游戏 / Cellular Automata With Python, Conway's Game of Life☆23May 25, 2026Updated 3 weeks ago
- Create a logical grid on top of Unity's NavMesh☆28Jan 20, 2016Updated 10 years ago
- Unity Package for Importing Maps from the Tiled Map Editor.☆20Dec 3, 2019Updated 6 years ago
- ☆12Jan 22, 2017Updated 9 years ago
- 对dbpedia和百科采集而来的语料进行清洗,得到合适的三元组☆15Jun 24, 2017Updated 8 years ago
- water sort puzzle solver☆21Aug 20, 2023Updated 2 years ago
- ☆17May 29, 2023Updated 3 years ago
- ☆23May 3, 2016Updated 10 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Top-down induction of first-order logical decision trees: master AI thesis implementation☆26Sep 21, 2020Updated 5 years ago
- [ICML 2021] A fast algorithm for fitting robust decision trees. http://proceedings.mlr.press/v139/vos21a.html☆23Feb 15, 2024Updated 2 years ago
- 公司内部一个小秘书微信小程序,可以提供展示公司新闻和公告,租房、二手买卖,图书借阅等功能。☆10May 14, 2018Updated 8 years ago
- 《城市道路交通模糊控制》--毕业设计☆25Jul 2, 2016Updated 9 years ago
- 目前生产环境使用的elasticsearch☆10Apr 29, 2014Updated 12 years ago
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆37Jun 8, 2022Updated 4 years ago
- 决策树分类(ID3,C4.5,CART)☆494Sep 13, 2023Updated 2 years ago