This project builds an end-to-end machine learning pipeline to predict user behavior based on browsing activity and engagement patterns.
Can user purchase intent be predicted from website browsing behavior?
This project simulates an e-commerce customer analytics scenario where browsing behavior is used to predict potential purchase intent.
Raw browsing logs were transformed into behavioral features including:
- Total session duration
- Average session duration
- Visit frequency
- Product-specific page visits
- Engagement metrics
- Log-transformed activity
Raw Logs → Feature Engineering → Standardization → Logistic Regression → Prediction
- Python
- Pandas
- NumPy
- Scikit-learn
- Analyze which behavioral features contribute most to prediction
- Improve model interpretability for business decision-making
- Test the model on unseen customer behavior data


