diff --git a/2-Regression/3-Linear/README.md b/2-Regression/3-Linear/README.md index 7012eb62..d213a7b4 100644 --- a/2-Regression/3-Linear/README.md +++ b/2-Regression/3-Linear/README.md @@ -128,7 +128,7 @@ Our investigation suggests that variety has more effect on the overall price tha new_pumpkins.groupby('Variety')['Price'].mean().plot(kind='bar') ``` -Scatter plot of Price vs. Day of Year +Bar graph of price vs variety Let us focus for the moment only on one pumpkin variety, the 'pie type', and see what effect the date has on the price: