How to create a QQ plot ?
Best Answer
-
yyhuang Administrator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:363RM 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!