Skip to content

akibae7/Vehicle_dataset_LinearRegression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Regression

This dataset contains details about information of used cars . This data can be used for a lot of purposes such as price prediction to exemplify the use of linear regression in Machine Learning.

Dataset

The dataset used is Vehicle Dataset
The columns in the given dataset are as follows:

1.name
2.year
3.selling_price
4.km_driven
5.fuel
6.seller_type
7.transmission
8.Owner

Model Used

Linear Regression:

Linear regression is a linear approach for modelling the relationship between a scalar response and one or more explanatory variables (also known as dependent and independent variables). The case of one explanatory variable is called simple linear regression; for more than one, the process is called multiple linear regression. This term is distinct from multivariate linear regression, where multiple correlated dependent variables are predicted, rather than a single scalar variable. In linear regression, the relationships are modeled using linear predictor functions whose unknown model parameters are estimated from the data. Such models are called linear models. Most commonly, the conditional mean of the response given the values of the explanatory variables (or predictors) is assumed to be an affine function of those values; less commonly, the conditional median or some other quantile is used. Like all forms of regression analysis, linear regression focuses on the conditional probability distribution of the response given the values of the predictors, rather than on the joint probability distribution of all of these variables, which is the domain of multivariate analysis.

About

Implementation of linear regression

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published