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
This project analyzes customer churn in a telecom company using Python, Pandas, SQL, and data visualization. It identifies key factors like contract type, payment method, and tenure to provide insights for improving retention. The skills gained are applicable in customer retention, user behavior analysis, fraud detection, and HR analytics.
Implemented a flight prediction system using two algorithms, Linear Regression and Decision Trees, to forecast flight prices accurately. The project involved preprocessing and analyzing flight data to extract relevant features such as departure time, destination, and airline. Utilized the Linear Regression algorithm
Formulate the business problem and think systematically to complete 1) EDA to test the price sensitivity hypothesis 2) Feature Engineering to make relevant features 3) Predictive Model to give findings and recommendations
A codebase for two data analysis projects, both developed using Python. The first project is a GUI application for managing student performance, using Tkinter and csv for input storage and analysis. The second project is a web scraping tool for analyzing movie data from IMDB, using bs4 and pandas for data processing and matplotlib for visualization
This project is a hands-on exploration of multiple regression modeling techniques applied to real-world challenges in the context of real estate. It aims to understand how different features influence house or property prices. By utilizing multiple regression models, the project provides insights, decision support, and enhances data science skills.
This notebook explores and analyzes the Heart Disease UCI dataset using Python libraries such as NumPy, Pandas, Matplotlib, Seaborn, and scikit-learn. It includes data visualization, feature engineering, model building using Random Forest Classifier, and evaluation of the model's performance in predicting the presence or absence of heart disease.