码迷,mamicode.com
首页 > 其他好文 > 详细

特征选择Boruta

时间:2017-06-14 11:36:23      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:one   select   repo   incr   使用   选择   span   ever   model   

使用Boruta前 ,需要对缺失值进行填充。 

https://www.analyticsvidhya.com/blog/2016/03/select-important-variables-boruta-package/

Variable selection is an important aspect of model building which every analyst must learn. After all, it helps in building predictive models free from correlated variables, biases and unwanted noise.

A lot of novice analysts assume that keeping all (or more) variables will result in the best model as you are not losing any information. Sadly, that is not true!

How many times has it happened that removing a variable from model has increased your model accuracy ?

At least, it has happened to me. Such variables are often found to be correlated and hinder achieving higher model accuracy. Today, we’ll learn one of the ways of how to get rid of such variables in R. I must say, R has an incredible CRAN repository. Out of all packages, one such available package for variable selection is Boruta Package.

特征选择Boruta

标签:one   select   repo   incr   使用   选择   span   ever   model   

原文地址:http://www.cnblogs.com/xinping-study/p/7007507.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!