Get startedGet started for free

Scale-location

Here are normal scale-location plots of the previous two models. That is, they show the size of residuals versus fitted values.

Original model (n_clicks versus n_impressions):

scale-location-ad-conversion-orig.png

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

scale-location-ad-conversion-trans.png

Look at the numbers on the y-axis and the slope of the trend 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