Exercise

Jointplots and regression

Since the previous plot does not show a relationship between humidity and rental amounts, we can look at another variable that we reviewed earlier. Specifically, the relationship between temp and total_rentals.

Instructions 1/2

undefined XP
    1
    2
  • Create a jointplot with a 2nd order polynomial regression plot comparing temp and total_rentals.