GitHub - balaredde/SPENDING-SCORE: JUST TRYING A ML ALGORITHM ON IT

Skip to content

Navigation Menu

Sign in

Appearance settings

SPENDING-SCORE

JUST TRYING A ML ALGORITHM ON IT

Overview

This project uses Linear Regression to predict customer spending scores based on given data. The dataset is loaded from new.csv, and preprocessing steps such as label encoding and one-hot encoding are applied to handle categorical variables. The model is trained and evaluated using sklearn tools.

Requirements

Make sure you have the following dependencies installed before running the code:

pip install pandas scikit-learn