class: center, middle, inverse, title-slide # Something old, something new,
something borrowed, something
blue
## Ways to teach data science (and learn it too!) ### Dr. Chester Ismay
Data Science Curriculum Lead at DataCamp
GitHub:
ismayc
Twitter:
@
old_man_chester
### 2017-10-19 (ASA Oregon Chapter Fall 2017 meeting)
Slides available at
http://bit.ly/asa-ismay17
Free Reproducible Textbook at
http://ModernDive.com
--- layout: true .footer[Slides available at http://bit.ly/asa-ismay17] --- # <center> <a href="https://giphy.com/gifs/bold-nKFXQkxLRiEhy"> <img src="figure/bold.gif" style="width: 700px;"/> </a> </center> --- ## <center> <a href="https://img0.etsystatic.com/000/0/6705182/il_fullxfull.335605874.jpg"> <img src="figure/something.jpg" style="width: 400px;"/> </a> </center> --- class: center, middle <font color="blue" size=80>Something Old</font> --- class: center, middle <center> <a href="https://static1.squarespace.com/static/51b35a70e4b08f55af505597/t/580dd9ffebbd1a2239a3ff20/1477387133146/Death+by+PowerPoint"> <img src="figure/death_by.jpeg" style="width: 700px;"/> </a> </center> --- ## `#`chalktalk <center> <a href="https://twitter.com/rudeboybert/status/907647688904146946"> <img src="figure/chalk.jpg" style="width: 630px;"/> </a> </center> --- ## Take notes by hand (sometimes even code by hand) <center> <a href="https://www.scientificamerican.com/article/a-learning-secret-don-t-take-notes-with-a-laptop/"> <img src="figure/sci_am.png" style="width: 700px;"/> </a> </center> --- ## At the very least, lecture slows down a bit <center> <a href="https://giphy.com/gifs/mrw-ready-lecture-JyVJFgOaItYwU"> <img src="figure/smile.gif" style="width: 450px;"/> </a> </center> --- class: center, middle <font color="blue" size=80>Something New</font> --- class: center, middle <center> <a href="http://www.cbc.ca/life/wellness/5-reasons-why-coding-is-a-skill-you-should-learn-in-2017-1.3987041"> <img src="figure/coding.png" style="width: 750px;"/> </a> </center> --- ## Learning to program is like learning a foreign language <center> <a href="https://giphy.com/gifs/3oEjI105rmEC22CJFK"> <img src="figure/iverson.gif" style="width: 400px;"/> </a> </center> --- layout: false ## DataCamp - Learning by Doing <center> <a href="https://www.datacamp.com/courses/writing-functions-in-r"> <img src="figure/wickham.png" style="width: 730px;"/> </a> </center> --- layout: true .footer[Slides available at http://bit.ly/asa-ismay17] --- ## DataCamp + Collaborative Classroom + `#`chalktalk <center> <a href="http://ak1.picdn.net/shutterstock/videos/2365691/thumb/1.jpg"> <img src="figure/students.jpg" style="width: 700px;"/> </a> </center> --- ## What can students do in this paradigm? ### From no programming background to half a semester in this style - [Write vignettes for the `fivethirtyeight` R package](http://soc301s2017.netlify.com/group-projects/) - [Analyze data interesting to them in a reproducible way](https://rudeboybert.github.io/MATH116/PS/final_project/final_project_outline.html#past_examples) -- *** ## Empower your students/yourself to do great things with data science and they/you will! --- class: center, middle <font color="blue" size=80>Something Borrowed</font> --- ## Open source, crowd-sourced <center> <a href="https://bookdown.org/"> <img src="figure/bookdown.png" style="width: 750px;"/> </a> </center> --- ## Textbooks should have versions instead of editions <br> ### <font color="orange"> ["If you are not embarrassed by the first version of your product, you’ve launched too late."](http://www.businessinsider.com/the-iterate-fast-and-release-often-philosophy-of-entrepreneurship-2009-11) </font> >> <font color="orange">Reid Hoffman</font>, founder of LinkedIn --- # No more errata <center> <a href="https://github.com/ismayc/moderndiver-book"> <img src="figure/repo.png" style="width: 750px;"/> </a> </center> --- class: center, middle <font color="blue" size=80>Something BLUE?</font> --- class: center, middle <a href="https://www.rstudio.com/about/gear/"> <img src="figure/rstudio-hex.png" style="width: 210px;"/> </a> <a href="https://www.r-project.org/logo/"> <img src="figure/R.svg" style="width: 250px;"/> </a> <a href="http://moderndive.com/images/logos/hex_blue_text.png"> <img src="figure/md_hex.png" style="width: 180px;"/> </a> --- ## Driven by data visualization <a href="http://moderndive.com/"> <img src="figure/md_shot.png" style="width: 750px;"/> </a> --- ## Focus on randomization methods <a href="http://allendowney.blogspot.com/2016/06/there-is-still-only-one-test.html"> <img src="figure/ht.png" style="width: 750px;"/> </a> --- ## New developments ### [The `infer` package](https://infer.netlify.com) ```r install.packages("devtools") devtools::install_github("ismayc/infer", ref = "dev") library(infer) ``` <a href="https://infer.netlify.com/"> <img src="figure/ht-diagram.png" style="width: 750px;"/> </a> --- ## Future plans - Implement all of the intro stats inference examples in the `infer` package - Generalize functions so it is useful to practioners as well as students - Rewrite the inference part of the ModernDive book - Extend the modeling part of the book ([work in progress](https://ismayc.github.io/moderndiver-book/6-regression.html)) - Embed more interactivity using our [free DataCamp course](https://www.datacamp.com/courses/effective-data-storytelling-using-the-tidyverse) into the book for more student practice - Lead more workshops on using the `infer` package to extend knowledge of the `tidyverse`, R, and statistics --- layout: false class: middle <center> <a href="http://moderndive.com/images/logos/wide_format.png"> <img src="figure/wide_format.png" style="width: 500px;"/> </a> </center> # Thanks for attending! - Special thanks to [Albert Y. Kim](https://twitter.com/rudeboybert) and [Andrew Bray](https://andrewpbray.github.io) - Slides created via the R package [xaringan](https://github.com/yihui/xaringan) by Yihui Xie - Slides available at <http://bit.ly/asa-ismay17> - Source code for these slides at <https://github.com/ismayc/talks/asa-oregon-fall17>