About Me
Having 2 Years of extensive experience in Analytics.Data science with machine learning and pattern recognition End -end data analytics project management experience which constitutes requirement elicitation data preparation and data processing bui...
Show MoreSkills
Programming Language
Database
Others
Web Development
Portfolio Projects
Company
INSURANCE CROSS SELL PREDICTION
Description
. Customers of age between 30 to 60 are more likely to buy insurance. . Customers with Driving License have higher chance of buying Insurance. . Customers with Vehicle_Damage are likely to buy insurance. The variable such as Age,Previously_insured,Annual_premium are more afecting the target variable. .Random Forest model preform better.
Technology:- numpy,pandas,RandomForestClassifier
Show More Show LessCompany
Sentimental Analysis
Description
This project performed sentimental analysis based on opinion words (like positive , negative) As we are doing sentiment analysis, it is important to tell our model what is positive sentiment and what is a negative sentiment. result with accuracy of 94.28% and F1 Score of 0.9696.The Random Classifier Algo with 100 trees works efficiently to train the machine in predicting positive and negative reviews. Technology:- NLTK, Spacy, scikit learn
Show More Show LessCompany
LOAN AUTOMATIC PREDICTION
Description
We will choose decision tree based model. We choose random forest. Because some of the features have null value, I will use either drop the records with null values or fill a value instead.I eventually choose to fill the missing feature value which appears the most often in each feature because to few training data.Predict if a loan will get approved or not.
Technology: Random Forest | python
Show More Show LessSkills
Python