The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
linear regression optimization
dkpengqiuyang
Member Posts: 21 Contributor 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 Member Posts: 271 Unicorn
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.
@dkpengqiuyang did you try to delete collinear feature?
Process is attached here.