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.