通过交叉验证消除特征工程递归特征

内部AI(Inside AI)

During the survey and data collection step, we do not know which feature/attribute have a strong influence on the output and the ones which do not have that much effect. Due to this, we collect or measure as many logical attributes as possible in this stage.

在调查和数据收集步骤中,我们不知道哪个功能/属性对输出有很大的影响,而哪些功能/属性没有那么大的影响。 因此,在此阶段,我们将收集或测量尽可能多的逻辑属性。

The machine learning model becomes complex, and also computationally becomes expensive as the number of features in the training dataset increases.

机器学习模型变得复杂,并且随着训练数据集中特征数量的增加,计算量也变得昂贵。

The aim is to develop a trained machine learning model with the minimal required feature and which can predict the data points with acceptable accuracy. We should not oversimplify the model and lose the significant information by pruning important features, and at the same time have a complex model with too many redundant or lesser important features.

目的是开发一种训练有素的机器学习模型,该模型具有所需的最少功能,并且可以以可接受的精度预测数据点。 我们不应该过分简化模型并通过修剪重要特征而丢失大量信息,同时我们也要拥有一个具有过多冗余或次要重要特征的复杂模型。

Scikit-Learn library provides several methods to simplify the model with the dimensional reduction of the training dataset and minimal impact on the prediction accuracy of the machine learning model.

Scikit-Learn库提供了几种方法来简化模型,同时减少训练数据集的维数,并且对机器学习模型的预测准确性产生最小的影响。

In this article, I will discuss recursive feature elimination and cross-validated selection to identify the optimal independent variables and reduce the dimension of the training dataset.

在本文中,我将讨论递归特征消除和交叉验证选择,以识别最佳自变量并减小训练数据集的维数。

We will be using the breast cancer dataset in Sckit_Learn in this article to explain Recursive Feature Elimination With Cross-Validation (RFECV).

我们将在本文的Sckit_Learn中使用乳腺癌数据集来解释通过交叉验证进行的递归特征消除(RFECV)。


    
  • 0
    点赞
  • 11
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值