本实验是基于决策树模型的训练与调优记录,旨在通过学习与总结,不存在其他用途与目的。数据采用薛微出版的《R语言数据挖掘方法及应用》教材中提供的数据集---【购物决策数据集】;为简单起见,应用调包SKlearn进行数据预处理与模型训练;后半部分将包含对训练结果的分析、参数调优与最佳模型与参数选择。本实验采用python语言进行模型构建。 模型理解:训练一决策树模 型。得到一个新的数据(至少包含性别年龄收入),只要输入性别、年龄和收入,我们可以预测它是否购买。
☆11Mar 28, 2021Updated 5 years ago
Alternatives and similar repositories for shop_decision_basedOn_decisionTree
Users that are interested in shop_decision_basedOn_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:
- Some old code.☆11Apr 8, 2019Updated 6 years ago
- this contains the code for generating the CSIF dataset and the NN parameters☆20Mar 25, 2019Updated 7 years ago
- Sync's ArcPro to Google Earth☆13Apr 24, 2019Updated 6 years ago
- [Chauncy Yao x OTTO Data Lab] 新网2020金融科技挑战赛纯CNN Baseline (线上0.711)☆10Aug 27, 2020Updated 5 years ago
- 决策树、随机森林☆49Nov 25, 2018Updated 7 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting with the flexibility to host WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Cloudways by DigitalOcean.
- 全套最新1、虚拟化视频教程, 2、Vcent视频教程, 3、Docker视频教程, 4、Openstack视频教程, 5、Kubernetes视频教程, 学习教学资料☆11Dec 7, 2019Updated 6 years ago
- https://github.com/zyds/transformers-code☆16Jan 17, 2024Updated 2 years ago
- ☆25Oct 29, 2025Updated 5 months ago
- 使用CNN进行时间序列预测,这里的标签可以是多维的(即可以进行长期预测)。Using CNN for time series prediction, the label here can be multidimensional (that is, it can be use…☆19Nov 2, 2020Updated 5 years ago
- Implementation of the paper End-to-end Learning of Deterministic Decision Trees☆17May 19, 2022Updated 3 years ago
- German Credit Classifier☆23Dec 12, 2016Updated 9 years ago
- The code implements a novel method for converting random forest into a single decision tree☆11Jan 24, 2020Updated 6 years ago
- ☆12Feb 20, 2021Updated 5 years ago
- Simple Transformers四种任务(分类、命名实体识别、机器阅读理解、语言模型微调)的代码样例,可以切换多种预训练模型。☆23Jun 7, 2022Updated 3 years ago
- Proton VPN Special Offer - Get 70% off • AdSpecial partner offer. Trusted by over 100 million users worldwide. Tested, Approved and Recommended by Experts.
- An R implementation of the P-model.☆36Jun 27, 2024Updated last year
- These benchmarks were used as a part of the ICCAD23 Contest Problem C ML for static IR drop prediction☆17Feb 22, 2024Updated 2 years ago
- Transfer algorithms on Decision Trees☆20May 20, 2020Updated 5 years ago
- 《机器学习》周志华(西瓜书)的决策树,实现了决策树的构建、可视化及预测。☆14Apr 19, 2021Updated 4 years ago
- Oblique Decision Tree in Python☆21Dec 5, 2021Updated 4 years ago
- 在不调用公开源码或函数的情况下用python手动实现基于ID3算法和CART算法的两种决策树分类模型,并评估其优劣。☆16Jan 8, 2022Updated 4 years ago
- 机器学习决策树ID3算法的Python实现