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
How to create a QQ plot ?
Hi there,
is there a way to create a QQ plot in RM?
Best regards
Best regards
Tagged:
1
Best Answer
-
yyhuang Administrator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364 RM Data ScientistHi @MPB_,
Thanks for bringing it up. We do not have out-of-box Quantile-Quantile plot but I guess I know where your questions from.
In statistical textbook, we have to test if the residuals are iid normally distributed as in the assumptions of linear regression model. For other machine learning algorithms, usually we do not have that many assumption for normality, symmetry, etc..
Attached is the example process to check the residual normality from GBT. You can easily turn it to residual diagnostics QQ plot for any regression model.
HTH!
YY
5
Answers
that is simply amazing. Thank you so much and have a nice weekend!