Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 592 Bytes

File metadata and controls

14 lines (11 loc) · 592 Bytes

Churn_analysis

Churn analysis on a sample E commerce data: This is a toy example of a non-subscription marketplace. The events set contains the web logs from the seller, product, buy pages. The products set describes the items for sale.

The dataset is used to analyse the data to build a simple recommendation model using logistic regression and Decision Trees. This involves following steps

  1. Data Exploration
  2. Feature extraction
  3. Predict if the product will be bought or not
  4. Statistical analysis on the predictions
  5. Recommendations

Please open the pynb file for the report.