Skip to content

ElizabethKinuthia/python_predictive_modeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Predictive Modeling Project

This repository contains the code and data for a predictive modeling project focused on analyzing car data and building a regression model to predict car prices based on various specifications.

πŸ“ Introduction

The objective of this project is to identify the factors that significantly impact the price of a car and develop a regression model capable of accurately predicting car prices given specific specifications. The dataset used in this project contains detailed information about cars and their corresponding prices.

To view the dataset, click here.

✨ Project Highlights

Throughout the project, the following tasks were performed:

  1. Data Wrangling: Python's Pandas and NumPy libraries were employed to optimize the data for analysis, ensuring data integrity. The data wrangling process involved cleaning, transforming, and preprocessing the dataset to make it suitable for subsequent analysis. The cleaned dataset can be found here.

  2. Exploratory Data Analysis (EDA): EDA techniques were applied to gain insights into the data and identify correlations between variables. By analyzing the relationships between different features and the target variable (car price), key variables for regression modeling were effectively selected.

  3. Regression Model Development: Python's Scikit-learn library was utilized to develop a regression model capable of accurately predicting future car price values. The Jupyter Notebook containing the code for the regression model can be accessed here.

πŸ“‚ Files

The following files are included in this repository:

Feel free to explore these files to gain a better understanding of the project and the steps involved in building the predictive model.

About

Used Python's scikit-learn library to conduct regression analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published