Regression Equations

Hi,

I used gradient boosted trees, random forest, tree ensemble and polynomial regression methods in my model. I want to learn how can i get the prediction regression equations for this models ? Is it possible?

Best Regards,
Gökhan

Hi @gokhan_sir -

You’re not going to get the equations directly, but you can build them based on the information in the coefficients table.

2018-10-18%2016_07_44-Learned%20Coefficients%20-%203_384%20-%20Polynomial%20Regression%20Learner

So in this case Y = 1.7306 - 0.045*(Cabins^2) - 0.3462*(Passengers) + etc

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.