linear regression optimization
dkpengqiuyang
MemberPosts:21Contributor I
Greeting,
I need to predict thermal expand range from tempreture, and I get a test dataset, so I try the linear regression but the result is not good, my setting and data is like below, can you help me to improve the prediction ? thanks.
Tagged:
0
Best Answer
-
earmijo MemberPosts:270Unicorn
From looking at the scatter plot of the two variables you get a sense that there are other important predictors missing from this equation. There is non-linearity so you could use other methods instead of plain vanilla linear regression.
Investigate further the physics of the process. I know absolutely nothing and Wikipidea tells me pressure is another important variable.
1
Answers
you can use optimization parameter (grid)operator to get the best parameter for your dataset
my friend do the same job with matlab and the result is well fit the test data , but I can not take the same score with rapidminer. I am still confused about this ...
Can you post your RapidMiner process? Maybe we can help troubleshoot.
hi,
you can see the rm process and operator setting in the attachment above, and the origin data is also there.
I can get a simular output like matlab, when I change the input attribute from "tempreture" to "tempreture change", which means y=kx+b do not work but y=k(x-x1)+b works well in rm, while y=kx+b works well in matlab.
I am confused about this.
@dkpengqiuyangdid you try to delete collinear feature?
Process is attached here.