Merge pull request #128 from iofall/iofall-lesson-12

Lesson 12 fix grammar and completeness
pull/130/head
Jen Looper 3 years ago committed by GitHub
commit 79bc9d1bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ It will be interesting to visualize the relationship between a given state's pro
## [Pre-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/22) ## [Pre-lecture quiz](https://red-water-0103e7a0f.azurestaticapps.net/quiz/22)
In this lesson, you can use Seaborn, which you use before, as a good library to visualize relationships between variables. Particularly interesting is the use of Seaborn's `relplot` function that allows scatter plots and line plots to quickly visualize '[statistical relationships](https://seaborn.pydata.org/tutorial/relational.html?highlight=relationships)', which allow the data scientist to better understand how variables relate to each other. In this lesson, you can use Seaborn, which you have used before, as a good library to visualize relationships between variables. Particularly interesting is the use of Seaborn's `relplot` function that allows scatter plots and line plots to quickly visualize '[statistical relationships](https://seaborn.pydata.org/tutorial/relational.html?highlight=relationships)', which allow the data scientist to better understand how variables relate to each other.
## Scatterplots ## Scatterplots
@ -156,7 +156,7 @@ ax.figure.legend();
``` ```
![superimposed plots](images/dual-line.png) ![superimposed plots](images/dual-line.png)
While nothing jumps out to the eye around the year 2003, it does allow us to end this lesson on a little happier note: while there are overall a declining number of colonies, their numbers might seem to be stabilizing and their yield per colony is actually increasing, even with fewer bees. While nothing jumps out to the eye around the year 2003, it does allow us to end this lesson on a little happier note: while there are overall a declining number of colonies, the number of colonies is stabilizing even if their yield per colony is decreasing.
Go, bees, go! Go, bees, go!

Loading…
Cancel
Save