are weights in xgboost the coefficients/estimates in linear model?

前端 未结 0 1839
孤街浪徒
孤街浪徒 2020-11-28 07:42

I use the xgboost fucntion to optimaize my model, which predicts the price of used cars

index <- sample((1:nrow(x)), round(0.8*nrow(x)))
training <- x[i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题