Dewi Nurhasanah
This portfolio will predict car prices using linear regression with Python programming language on Google Colab and obtain the dataset from Kaggle.com
Regression is a supervised learning technique in the field of machine learning, specifically used for predicting numerical data. Linear regression, also known as least squares regression, is a method used to model the relationship between a dependent/target variable (Y) and one or more independent/predictor variables (X). Linear regression is considered one of the simplest algorithms in machine learning. In this portfolio, we will predict car prices using multiple linear regression with three variables. The variables will be determined based on their highest correlation with the price.
The steps involved in the process are as follows:
A. Pre-processing
B. Modelling
C. Evaluation