Classification model differentiation!!!…… Overview Here I analyzed the return dispatches of field force and their leading cause of the returns for one of the telecom providers in US. I got a proprietary service dispatch data from one of the telecom service provider which is used for academic purpose. I got total 12 months of 2019Continue reading “Analyze return dispatches of field force and their leading cause of the returns for one of the telecom providers in US”
Category Archives: Uncategorized
SAT & ACT 2017-18 Analysis
Using the basics of Python Pandas to conduct an analysis on SAT and ACT data of 2017-2018 and providing a solution to the College Board. The SAT is a standardized test widely used for college admissions in the United States. Since it was debuted by the College Board in 1926, its name and scoring have changed several times; originally called the Scholastic Aptitude Test, itContinue reading “SAT & ACT 2017-18 Analysis”
Ames Housing Regression Project
Exploratory Data Analysis Ames Housing Project: Kaggle Challenge Overview Predicting Ames House price by conducting some exploratory data analysis followed by processing the data based on the findings. This was an individual set up project to participate in Kaggle competition to build the best regression model to predict housing prices based on the test CSV.Continue reading “Ames Housing Regression Project”
Classifying Reddit Posts With Natural Language Processing and Machine Learning
Sentiment Analysis and text classification using python Reddit Post Analysis: Start Treak Star Wars Introduction Natural language processing (NLP) is a subfield of linguistics, computer science, information engineering, and artificial intelligence concerned with the interactions between computers and human (natural) languages, in particular how to program computers to process and analyze large amounts of natural language data. Sentiment analysis is part of theContinue reading “Classifying Reddit Posts With Natural Language Processing and Machine Learning”