Posts

CST 383 Week 5

Image
This was our fifth week in CST 383 - Data Science. Reflection This week we covered how to process missing data in datasets, how to scale datasets, and the basics of training and testing machine learning algorithms. Some of the more straightforward concepts this week were those about missing data. Although much of the information itself was new, it corresponded the most with what we've learned about DataFrames and other data types in previous weeks. I would say that the most difficult concepts covered this week were those about training and testing algorithms. We covered some basic ideas around this in the first weeks of the course, but this was the first time that we covered how this is done in code. Despite the material being difficult, enough was covered in class to greatly help with the homework that covered these concepts. I imagine that we will expand on these concepts in upcoming weeks. Class Lecture  Missing Data This week we discussed missing and bad data within data sets. ...

CST 383 Week 4

Image
This was our fourth week in CST 383 - Data Science.  Reflection This week we went into more detail on crosstabs, how to manipulate them, and how to plot them. We also briefly covered how to plot more than two variables on a scatter plot and Violin Plots and Seaborn Facet Grids. After the second week, which introduced crosstabs but did not cover them in detail, I was wondering when we were going to cover them in more detail. At first crosstabs seemed like a unique data structure, but after learning about them and manipulating them in code they feel like any other Dataframe or 2D structure. Speaking of 2D structures, at the beginning of this course I found manipulating 2D arrays and Dataframes to be quite complex. I often had problems envisioning the data that I was working on. After having worked on 2D structures for the past few weeks, I am happy to find that it now feels easier. While the syntax for crosstabs is more complicated, I was able to intuit the data easier than I was abl...