Data Science Portfolio
Data Science Portfolio
Solved a NLP problem to classify smas as spam or not using NLTK library and deployed a Machine Learning web app for it created with Flask on Heroku. https://spam-sms-finder.herokuapp.com/
Analyzed credit card data collected from Taiwan-based credit card issuer and used various machine learning models to predict whether or not a consumer will default on their credit cards, as well as identify the key drivers behind this. This would inform the issuer’s decisions on who to give a credit card.
It is a regression predictive modeling machine learning problem to predict house prices solved from end-to-end using R. Specifically, the steps covered were:
Customer Segmentation based on Unsupervised learning using K-Means and Hierarchical Clustering
Customer Segementation is used in marketing to better understand customers of a business and target them accordingly. Segmentation of customer can take many forms, based on demographic, geographic, interest, behavior or a combination of these characteristics. Segmentation for this analysis was conducted based on their purchase behavior, the features to be analyzed were Recency, Frequency and Monetary Value, (RFM)