Get startedGet started for free

Q-Q plot of residuals

Here are normal Q-Q plots of the previous two models.

Original model (n_clicks versus n_impressions):

qq-ad-conversion-orig.png

Transformed model (n_clicks ** 0.25 versus n_impressions ** 0.25):

qq-ad-conversion-trans.png

Look at how well the points track the "normality" line. Which statement is true?

This exercise is part of the course

Introduction to Regression with statsmodels in Python

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise