Coder Social home page Coder Social logo

car_value_regressor's Introduction

Car value regressor

In this project, a linear regression model with multiple variables was developed to predict a car price based on some features like popularity index, vehicle make, age of the car etc. Rather than using libraries like scikit-learn, the normal equation was scripted in python. The machine learning pipeline along with all the functions required for preprocessing of the data are detailed in the attached jupyter notebook. The model accuracy was monitored in a step-wise manner through adding more features to the feature bank. Also rather than using the OneHotEncoder class from scikit-learn library to encode the categorical features, Pandas capability was leveraged to perform the one-hot encoding. Also the regularized linear regression was tried to address the issue of singularity and numerical instability, which is the case when populating the feature banks with more features.

data source: https://www.kaggle.com/datasets/CooperUnion/cardataset

car_value_regressor's People

Contributors

danialarab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.