DR Blueprints

DR Blueprints

There is a blueprint for a regression model I recently built. In this blueprint, the predictions from Elastic-Net Regressor (L2 / Gamma Deviance) are fed into Light Gradient Boosting on ElasticNet Predictions (Gamma Loss). Opening the documentation for the latter does not show how this is implemented. I would like to understand exactly how the predictions are used to build the Light GBM model. Please elaborate. Thank you.

Labels (3)
0 Kudos
2 Replies
chad
Data Scientist
Data Scientist

Hi niral96@gmail.com,

The Elastic-Net Regressor (L2 / Gamma Deviance) feeds residuals from its predictions to the Light Gradient Boosting on ElasticNet Predictions (Gamma Loss) model. In this way, it is more like an added boosting step. More generally, all of our Elastic-Net nodes that feed into some boosting algorithm “on ElasticNet Predictions” pass the residuals of their predictions to the boosting algorithm.


Does this provide sufficient elaboration?

Could you please elaborate further? Is that added as an additional column to the original dataset? How is that done exactly?

0 Kudos