cst383 - week 7
This week focused on encoding categorical variables, logistic regression, and overfitting. While the lectures introduced several important machine learning concepts, I think the homework was what helped reinforce them the most. Unlike many previous assignments, this one was much more open ended and required me to make my own decisions about how to approach the problem. We were given a dataset and told to predict a target variable using machine learning practices that we've learned, so how to go about preprocessing the data and tuning the model was left to me. Initially the open endedness of the assignment made it a bit more challenging with not having a clear step by step process to follow, but it certainly made the assignment feel much more realistic seeing as in an actual career, problems arent going to be presented with exact instructions. Being able to evaluate different approaches is an important skill to train. I felt that I had made good d...