Skip to content

Files

Latest commit

e628a5a · Mar 7, 2023

History

History
22 lines (17 loc) · 730 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 730 Bytes

Predict Ecommerce Sales using Linear Regression

Overview

The data used is an ecommerce customer dataset consisting of email, address, avatar, session time and amount spent.

Multiple linear regression analysis is a statistical science tool for measuring the mathematical relationship between more than two independent variables (X) and the dependent variable (Y).

Statistics POV

We use several tests to validate the model including:

  • Overall Test/F-Test
  • Partial Test/T-Test
  • Normality Test
  • Autocorrelation Test
  • Homoscedasticity Test
  • Multicollinearity Test

You can read the article below for further explanation

Medium article | Report file

Contact me Linkedin