Giter VIP home page Giter VIP logo

automobile-price-prediction's Introduction

Automobile-Price-Prediction

This project is done in Microsoft Azure Machine Learning Studio

Usage

To use the Automobile Price Prediction:

  1. Open main.py and edit the json data with the automobile characteristics for which price is to be predicted

  2. For batch input, you can use main_batch.py

How is it developed

  1. The raw data contains a lot of missing data. So, those columns in which a lot of data is missing is skipped. Even if a single data element is missing, we remove that whole row.
  2. The features are extracted whose impact on price is observable, and which are not are discarded.
  3. Our labels are price, and on the extracted data we do a 70% split as training data, and other 30% as testing data. This splitting is done on randomly shuffled data.
  4. I have modelled this predicitive experiment in Microsoft Azure Machine Learning Studio using Linear Regression as initialising model.
  5. By feeding this Regression algorithm along with the training data into a model which will be trained according to the features and behaviour in training data.
  6. Now using this newly trained model and the testing data available, we make predictions for the testing data and stored in scored labels column and store it in a csv file.
  7. According to these predictions, we compute the coefficient of determination and mean error values.

automobile-price-prediction's People

Contributors

tejasreddy9 avatar

Watchers

 avatar  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.