DEV Community

ColeDrain
ColeDrain

Posted on

ML-Zoomcamp Series (wk 2)

Hello there, this is week 2 on my Machine Learning journey with ML-Zoomcamp, well this week was pretty choked up, but I still made time to go through the content, here are some things we did this week..

  • We were introduced to a real world problem, that involved predicting the price of a car.

  • First, we had to gather, access and clean the data to make it good for the ML model.

  • Explored the dataset visually through graphs and chart to spot outliers and understand the distribution of target variable.

  • We then split the dataset into Train, Validate and Tests sets.

  • Linear regression model is a very popular model for predicting the price of a numerical quantity or variable, we used this, and we implemented the linear regression model with numpy.

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay