Data 8

Spring 2021

Course Website: http://data8.org/sp21/

Feedback Form: https://forms.gle/bL9nT1SyYeANaS3U7

Lab:

  • Friday from 8 - 9 AM

Discussion:

  • Wednesday from 8 - 9 AM

Office Hours:

All times are shown in PT.

Resources

Week 12: Linear Regression

Slowly, we are moving into the modeling domain. Everything we do contain certain assumptions. A model is basically a world in which we impose certain assumpt...

Week 11: Sample Means

There are some interesting properties to collecting the means of bootstrapped samples. CLT states that the distribution of sample means is normal. This is a ...

Week 9: AB-Testing

Congratulations, you all! 🙌 You completed the midterm. Grades will be released together with the midsemester grade report. Please note that discussion attend...

Week 7: Hypothesis Testing

We will slowly be transitioning into the statistical inference part of the class. How do we make decision based on data and uncertainty? We will start formal...

Week 6: Control Flow and Iteration

In lecture, professor Ayazifar taught you about control flow and iteration, well known as conditionals/if-statements and for loops. Conditionals allow us to ...

Week 2 Lab: Table Operations

Tables are the most important data structure within Data Science. Databases, our conceptions of data revolve about this notion that data consist of individua...

Week 2 Discussion: Introduction to Tables

Nice to meet you! This week we will be touching on topics that you have discussed in lecture, namely python programming and tables. We won’t go too much into...