Skip to content

dubeypt/Revenue-Prediction-using-Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Revenue Prediction using Machine Learning

Overview

This project predicts restaurant revenue using operational, categorical, and location features.

Techniques Used

  • Data cleaning & preprocessing
  • One-hot encoding & feature scaling
  • Log transformation for skewed target
  • Multiple regression models
  • Random Forest with cross-validation
  • Feature importance & residual analysis

Results

  • Best Model: Random Forest Regressor
  • Cross-validated RΒ² β‰ˆ 0.89

Business Insights

  • Order frequency is the primary driver of revenue
  • Franchise presence, city, and category significantly impact revenue
  1. Follow the notebooks in order from exploratory analysis to final model.

πŸ“Œ Insights

βœ” Best practical model: Random Forest
βœ” Most influential feature: Order count
βœ” Secondary drivers: franchise, city, category


πŸ›  Tools & Libraries

  • Python
  • Pandas, NumPy
  • Scikit-learn
  • Matplotlib, Seaborn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors