Giter Site home page Giter Site logo

muskankhandelia / delivery_time_prediction Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 176 KB

supervised-machine-learning-simple-linear-regression-prediction

Jupyter Notebook 100.00%
pandas python seaborn simple-linear-regression sklearn supervised-machine-learning

delivery_time_prediction's Introduction

Delivery Time Prediction

Overview

This repository contains a simple linear regression model implemented in Python using a Jupyter notebook to predict delivery time based on sorting time. The objective of this project is to demonstrate the process of building a predictive model for delivery time estimation.

Objective

The primary goal of this project is to predict delivery time using sorting time as the predictor variable. A simple linear regression model has been implemented in Python using a Jupyter notebook.

Implementation

The implementation utilizes Pandas, Seaborn, and Scikit-learn for data analysis, visualization, and model building. The Jupyter notebook included in this repository guides through the steps of preprocessing the data, exploring relationships through EDA, and building a linear regression model.

Exploratory Data Analysis (EDA)

EDA is performed using Pandas and Seaborn, revealing a highly positive correlation (0.82) between delivery time and sorting time. The dataset exhibits no null values or outliers, and the data is normally distributed with a reasonable standard deviation.

Model Building

Scikit-learn is employed for model building, training, and evaluation. The chosen linear regression model offers simplicity and interpretability for this specific task.

Model Performance

The model is evaluated using the R2 score, resulting in 0.63 for both training and testing data. The R2 score indicates the proportion of the variance in the dependent variable that is predictable from the independent variable. The project results suggest a moderate level of predictability for delivery time based on sorting time.

delivery_time_prediction's People

Contributors

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