Assignment Report Predictive Modeling
Assignment Report Predictive Modeling
Florence'
The goal of this assignment was to build a predictive model to determine whether a
customer is likely to purchase the book 'Art History of Florence' based on their purchase
behavior across various categories of books. We aimed to maximize profit by targeting only
potential buyers with marketing mailers, thus minimizing costs and maximizing revenue.
We calculated profit for thresholds ranging from 0.5 to 0.95. Profit was determined using
the formula:
- Revenue = (True Positives) × (3 × Cost of Mailer)
- Cost = (Total Mailers Sent) × Cost of Mailer
- Profit = Revenue - Cost
The optimal threshold was identified as the one that maximized this profit, balancing the
trade-off between reaching potential buyers and minimizing unnecessary expenditures.
Conclusion
The assignment demonstrated that adjusting the threshold for classification can
significantly impact the cost-efficiency of marketing campaigns. By choosing a higher
threshold that maximized profit, we ensured that mailers were only sent to customers who
showed a strong likelihood of purchasing 'Art History of Florence'. This approach helped
minimize costs associated with unnecessary marketing, resulting in a higher net profit.
The key takeaway is that predictive models, combined with thoughtful threshold selection,
can greatly enhance marketing strategies by enabling data-driven decision-making. Future
improvements could include experimenting with other machine learning models or more
sophisticated sampling techniques to further enhance predictive accuracy.