决策树、随机森林
☆49Nov 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:
- 利用sklearn实现机器学习算法:线性回归、逻辑回归、决策树、随机森林、SVM等☆191May 14, 2020Updated 5 years ago
- 利用公开的安然财务和邮件数据集,利用 PCA 和特征选择分析处理缺失的数据,再通过朴素贝叶斯、决策树、SVM等机器学习构建筛选器,找出有欺诈嫌疑的安然员工☆10Dec 7, 2017Updated 8 years ago
- 2018年全球程序员大赛参赛作品, 在给定的数据基础上,加上自己采集的飞机、天气等影响因子, 利用svm算法预测航班延误率.☆10Jul 6, 2023Updated 2 years ago
- 卷积神经网络实现手写体识别☆10Aug 15, 2018Updated 7 years ago
- 决策树之 ID3 算法☆13Jul 6, 2016Updated 9 years ago
- Wordpress hosting with auto-scaling - Free Trial • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 全套最新1、虚拟化视频教程, 2、Vcent视频教程, 3、Docker视频教程, 4、Openstack视频教程, 5、Kubernetes视频教程, 学习教学资料☆11Dec 7, 2019Updated 6 years ago
- 利用Tushare接口的原始数据,搭建股票分析模型☆10Jul 19, 2020Updated 5 years ago
- 北大文再文-最优化方法(凸优化)-程序作业 Course homework for Optimization Methods 2023 Fall, PKU WenZW☆22Dec 21, 2023Updated 2 years ago
- 本课题完成了对5日均线涨跌的预测,运用支持向量机与逻辑回归的机器学习方法☆10May 10, 2017Updated 8 years ago
- Implementation of the paper End-to-end Learning of Deterministic Decision Trees☆17May 19, 2022Updated 3 years ago
- codes for GAIIC-Track1☆15Jun 14, 2022Updated 3 years ago
- The code implements a novel method for converting random forest into a single decision tree☆11Jan 24, 2020Updated 6 years ago
- 使用决策树实现预测人才招聘市场的最低薪酬预测 | C4.5分类 | CART回归 | 剪枝 | 随机森林☆19Feb 20, 2019Updated 7 years ago
- GBDT for regression☆10Dec 16, 2018Updated 7 years ago
- Deploy open-source AI quickly and easily - Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 🤖机器学习实战🤖:决策树、随机森林线性回归、逻辑回归、贝叶斯、kNN等☆24Jul 21, 2019Updated 6 years ago
- 个人游戏作品☆13Jun 27, 2016Updated 9 years ago
- BehaviorTree 行为树 编辑器 ActionScript 版本☆16May 14, 2019Updated 6 years ago
- 利用RFM模型建模,并通过聚类分析、分类,分别算出8中不同的价值会员☆38Mar 20, 2018Updated 8 years ago
- zengrong.org编写的一些AS小工具☆26Apr 14, 2015Updated 11 years ago
- Transfer algorithms on Decision Trees☆20May 20, 2020Updated 5 years ago
- 在不调用公开源码或函数的情况下用python手动实现基于ID3算法和CART算法的两种决策树分类模型,并评估其优劣。☆16Jan 8, 2022Updated 4 years ago
- 感知器、贝叶斯分类、决策树分类、K最近邻法、逻辑回归、支持向量机...☆128Sep 8, 2014Updated 11 years ago
- Visual Decision Tree Based on Categorical Attributes☆16Nov 19, 2021Updated 4 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- CNN进行猫狗识别(PyTorch)☆25Aug 23, 2022Updated 3 years ago
- Kaggle实战代码汇总☆15Sep 6, 2020Updated 5 years ago
- 数据极度不均衡时的一个二分类实现,在weighted class,oversampling,focal loss等解决方式上进行了验证和对比;并对focal loss进行了调参☆12Dec 12, 2020Updated 5 years ago
- 用机器学习算法实现了一种有监督的句子对匹配方法,使用的机器学习分类算法有:逻辑回归(LR)、SVM、GBDT和随机森林(RandomForest),使用的工具是Sklearn。☆29Jun 3, 2017Updated 8 years ago
- Unity Package for Importing Maps from the Tiled Map Editor.☆19Dec 3, 2019Updated 6 years ago
- 对dbpedia和百科采集而来的语料进行清洗,得到合适的三元组☆15Jun 24, 2017Updated 8 years ago
- Unity2d Game Sample Template☆21Dec 20, 2015Updated 10 years ago
- [ICML 2025] Official code of "AlphaDPO: Adaptive Reward Margin for Direct Preference Optimization"☆31Jan 10, 2026Updated 3 months ago
- 从0到1构建用户画像☆39Jun 4, 2021Updated 4 years ago
- Serverless GPU API endpoints on Runpod - Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Unity 3D Chess project☆18Sep 7, 2025Updated 7 months ago
- 扩展实现了雨松MOMO的四周向点击区域聚合的动画http://www.xuanyusong.com/archives/4408 ,支持聚合一个矩形,Unity版本5.6.2f1☆27Apr 24, 2022Updated 3 years ago
- ☆17May 29, 2023Updated 2 years ago
- ☆23May 3, 2016Updated 9 years ago
- An MCDA add-in for ArcMap.☆12Jul 11, 2017Updated 8 years ago
- 利用python对3000个数据利用机器学习算法建立模型,并预测未来客户信用风险。处理数据不均衡问题时采用了SMOTE过采样以及随机过采样技术;通过相关性分析进行特征选择;建模过程中用到了Logistic回归、SVM、随机森林、GBDT四种模型,并通过网格搜索法确定最优参数…☆36Jun 8, 2022Updated 3 years ago
- 决策树分类(ID3,C4.5,CART)☆492Sep 13, 2023Updated 2 years ago