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 decisions in the end and certainly helped me in feeling like I can properly apply what weve learned.

    On the topic of the lectures, one thing that stood out to me was overfitting. It was interesting to learn that creating a model that performs extremely well on training data is not always a good thing. I certainly would have assumed that higher accuracy automatically meant a better model, but learning about overfitting made m realize that a model also needs to generalize well to new data.

    The final exam is next week and I find myself feeling both confident and nervous. There has been a large amount of material covered and I have some worries about being able to retain it all. I plan to spend plenty of time reviewing during what remains of this week.

Comments

Popular posts from this blog

CST334 Week 2

CST334 Week 5

CST334 Week 6