Transforming Data into Insights: A Data Science Engineer with a unique perspective and a strong passion towards numbers. Continuously striving to enhance data science skills and knowledge to tackle complex problems with creative and effective solutions.
Diabetes Prediction through Machine Learning:The distribution of data was learned through exploratory data analysis and data visualization. Smote Analysis was done to treat the imbalance in the target variable. Classification models were built to find the best fit as Random Forest Classifier with a Recall score of 88% .
Sentiment Analysis on Amazon Reviews:To uncover patterns and identify the distribution of the data, exploratory data analysis was performed. A Sentiment Analysis Classifier was created with NLTK's VADER and RoBERTa Transformers.
House Price Prediction-Advanced Regression Techniques: Data cleaning and statistical analysis were done on the data. Regression models such as linear regression and XGB regressor were built. To improve the efficiency of the model Hyper parameter tuning and Boosting were performed.