Skip to content

A Superrvised Learning model to predict customer's Level of Satisfaction In a Restaurant.

Notifications You must be signed in to change notification settings

philiptitus/Customer-Satisfaction-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer Satisfaction Prediction Model

This Jupyter Notebook demonstrates a simple Multiple Variable linear regression model to predict customer satisfaction based on multiple parameters. It includes functions to compute the model output, plot the data, visualize the model's predictions, normalizing data, feature scaling, calculating gradient descent etc. Contents

Importing necessary libraries
Defining the training data
Plotting the data points
Computing model output
Visualizing the results

Requirements

Python 3.12.0
Jupyter Notebook
numpy
matplotlib

How to Run Install the required packages using pip:

pip install -r requirements.txt

Open the Jupyter Notebook:

jupyter notebook one.ipynb

Run the cells in the notebook to see the implementation and results.

Files

model.ipynb: The main Jupyter Notebook containing the code and explanations.
requirements.txt: List of required Python packages.

About

A Superrvised Learning model to predict customer's Level of Satisfaction In a Restaurant.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published