You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bank GoodCredit wants to predict cred score for current credit card customers. The cred score will denote a customer’s credit worthiness and help the bank in reducing credit default risk.
A research study on How do factors like alcohol consumption, age, ethnic background, and medical history affect the risk of developing Alzheimer's disease?
This project focuses on sentiment analysis of the NLTK movie reviews dataset using machine learning. I implemented and compared Multinomial Naive Bayes and Logistic Regression models after preprocessing text data with TF-IDF vectorisation. The goal was to classify reviews as positive or negative.
This project analyzes Twitter sentiment using NLP and Machine Learning. It preprocesses text, converts it into numerical format, and trains a Logistic Regression model. The model classifies tweets as Positive, Negative, or Neutral and is evaluated using accuracy metrics. It can also predict the sentiment of new user-input statements.
Developed a machine learning pipeline to predict customer churn with over 90% accuracy, leveraging data preprocessing, feature engineering, and Random Forest modelling. Conducted exploratory data analysis to uncover key drivers of churn, such as customer recency and cohorts from first transations.