This repository contains a Machine Learning project about Restaurant revenue prediction, made by four 4th year Software engineering students made using python - jupyter notebook.
The predictions were made using 6 popular Machine Learning.
-
Environment Setup
- Importing Libraries
- Loading the Data
-
Initial Assessment
- Overview
- Descriptive Statistics
-
Data Processing
- Basic Cleanup
- Missing Values
- Outlier Detection
-
Feature Engineering
- Working with Date and Time Variables
- Handling Outliers - Feature Scaling
- Categorical Encoding
-
Correlation Analysis
-
Models
- Linear Regression
- KNN
- Random Forest
- SVM
- Decision Tree
- Clustering (Extra)
-
Model Evaluation
- Model Comparison
- Model Evaluation
-
Conclusion