polynomial regression equation

Hello,

I’m struggling to understand how to interpret what the regression equation is in KNIME? I need to use whatever the equation is in another program.

I realise it is a lack of stats understanding on my part - but most other programs out there display the equation.

I have partitioned my data and used the polynomial regression learner, then applied the regression model to the remaining test data set.

Any help is much appreciated!

image

Hi @rosyanna_098,

Polynomial regression is normally represented in the form of

f( x ) = c_0 + c_1 x + c_2 x^2 ⋯ c_n x^n

where n is the degree of the polynomial, c is a set of coefficients.

If you see the below image, the third output of the polynomial regression learner node provides both coefficient and exponent values associated with a particular variable.

I hope this helps.

Best,
Keerthan

5 Likes

Thank you for your help!

2 Likes

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