Gradient boosting weights analysis
![k_vishnu772](https://us.v-cdn.net/6038102/uploads/defaultavatar/nLP0QHCLH24WL.jpg)
HI All,
i am working on a small data set of 250 rows and 17 features from chemical industry and expert people would like to know the most infuential parameters for the target based on the given data.
I got the weights from Gradient boosting algorithm but,i would like to know is this weights true ? with what confidence i can trust these weights? According to the experts there is one feature which was given low weigth which they think that should be given high weight .
could you please help me how can i trust my weights from gradient boosting.
Regards,
Vishnu
Answers
-
Trusting your model is why you conduct validations. It is not uncommon for a machine learning algorithm to come up with a solution that doesn't correspond to expert intuition.
You can also try building a model with and without the attribute in question to see whether it has much impact on the results.
1