基于树的模型的机器学习

This is a memo to share what I have learnt in Machine Learning with Tree-Based Models (using Python), capturing the learning objectives as well as my personal notes. The course is taught by Elie Kawerk from DataCamp.

这是一份备忘录,分享了我在基于树的模型(使用Python)的机器学习中学到的知识,记录了学习目标以及我的个人笔记。 该课程由DataCamp的Elie Kawerk教授。

Decision trees are supervised learning models used for problems involving classification and regression.

决策树是用于涉及分类和回归问题的监督学习模型。

I have learnt the following topics:

我已经学习了以下主题:

  • Use Python to train decision trees and tree-based models.

    使用Python训练决策树和基于树的模型。

    Decision-Tree Learning, applying CART algorithm to train decision trees for classification/regression problems.

    决策树学习,应用CART算法训练分类/回归问题的决策树。

  • Generalization Error of a supervised learning model, to diagnose underfitting and overfitting using Cross-Validation.

    监督学习模型的泛化误差,用于使用交叉验证诊断拟合不足和拟合过度。

    Ensembling can produce better results than individual decision trees.

    组合可以比单独的决策树产生更好的结果。

  • Advantages and disadvantages of trees.

    树木的优缺点。

    Bagging, applied randomization through bootstrapping and constructed a diverse set of trees in an ensemble through bagging.

    套袋,通过自举应用随机化,并通过套袋在合奏中构建出一组不同的树。

    Random Forests introduces further randomization by sampling features at the level of each node in each tree forming the ensemble.

    随机森林通过在形成整体的每棵树中每个节点的级别上对特征进行采样来引入进一步的随机化。

  • AdaBoost and Gradient-Boosting, ie, an ensemble method in which predictors are trained sequentially and each predictor tries to correct the errors made by its predecessors.

    AdaBoost和Gradient-Boosting,即一种集成方法,在该方法中,对预测变量进行顺序训练,并且每个预测变量都尝试纠正其前辈产生的错误。

    Subsampling instances and features can lead to a better performance through Stochastic Gradient Boosting.

    二次采样实例和功能可以通过随机梯度增强来提高性能。

  • Model hyperparameter tuning through Grid Search CV.

    通过Grid Search CV进行模型超参数调整。

More notes and codes can be found on my GitHub.

在我的GitHub上可以找到更多注释和代码。

Overall, I have enjoyed learning this course and would highly recommend it!

总的来说,我很喜欢学习这门课程,并强烈推荐它!

翻译自: https://medium.com/ai-in-plain-english/machine-learning-with-tree-based-models-51261c4eaae6

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值