Homework5 Marketing Segmentation—Propensity model
Requirements:
use google colaboratory
Please kindly comment on your code to help me understand
· Write a proposal to your managers about your thoughts on
· How are you going to segment your customers?
· What are the potential use cases?
· If you are going to build a segmentation model, what features are you going to use?
· Read data description in the next page.
· Build a machine learning model to segment the restaurants into different revenue tiers Propensity model(logistic regression,knn,Xgboost)
· Select the features that are important for predicting revenue
· Understand how each feature influences revenue
Sample code: Please reference sample code in the attachment
Data: https:
www.kaggle.com/c
estaurant-revenue-prediction/data
Data description
· Dataset
· The data columns include:
· open date
· location
· city type
· categories of obfuscated data: Demographic data, Real estate data, and Commercial data
· revenue: a (transformed) revenue of the restaurant in a given year and is the target of predictive analysis
· Assume restaurants in the dataset are Trave stores
· File descriptions
· train.csv - the training set. Use this dataset for training your model.
· test.csv - the test set.
· sampleSubmission.csv - a sample submission file in the co
ect format
Homework5 Marketing Segmentation—Propensity model
Requirements:
use google colaboratory
Please kindly comment on your code to help me understand
· Write a proposal to your managers about your thoughts on
· How are you going to segment your customers?
· What are the potential use cases?
· If you are going to build a segmentation model, what features are you going to use?
· Read data description in the next page.
· Build a machine learning model to segment the restaurants into different revenue tiers Propensity model(logistic regression,knn,Xgboost)
· Select the features that are important for predicting revenue
· Understand how each feature influences revenue
Sample code: Please reference sample code in the attachment
Data: https:
www.kaggle.com/c
estaurant-revenue-prediction/data
Data description
· Dataset
· The data columns include:
· open date
· location
· city type
· categories of obfuscated data: Demographic data, Real estate data, and Commercial data
· revenue: a (transformed) revenue of the restaurant in a given year and is the target of predictive analysis
· Assume restaurants in the dataset are Trave stores
· File descriptions
· train.csv - the training set. Use this dataset for training your model.
· test.csv - the test set.
· sampleSubmission.csv - a sample submission file in the co
ect format