Repository containing Data Science Projects I have worked on.
Tools: scikit-learn, Textblob, Pandas, Seaborn, Matplotlib,
Before learning to code, while at London Business School I learned how to leverage Machine Learning techniques using XLMiner. Project reports are thus presented in PDF format.
Predicting Next Month views for BBC Project assigned by Head of Data Science for BBC - Gabriel Straub. Performed customer segmentation analysis using clustering. Then predicted next month viewer metrics using logistic regression. [Clustering, Logistic Regression]
Estimating Lending Club Probability of Default Project estimating proability of default in a loan dataset. Cleaned data and used a logistic regression to locate bloans with best returns. [Interaction Terms, PCA, Logistic Regression]
Predicting Risk of Cardiovascular Disease: Model determining whether a patient had cardiovascular disease based on patient data. The project focuses on analysing the trade-off between sensitivity and specificity, based on the costs of a wrong prediction. [Sentitivity Analysis, PCA, Logistic Regression]
Twitter Sentiment Analysis Tool Tool which takes as input a twitter account, scrapes all of its tweets, and returns a distribution of the overall sentiment of the tweets. [Python, Sentiment Analysis]
Mock Stock-trading Website Created a SQL database and flask-run website which together allow users to register, buy, and sell stocks with play money. [SQL, Python, Flask]