My work is a direct reflection of my commitment to being a polymath in my field. While my main focus might be in my silly cubicle in corporate world, but my weekends are usually reserved for diving into a variety of projects that challenge me in new ways. This is where I push boundaries, experiment with Art-Code fusion, and build things just for the joy of it. This diversification not only keeps my skills sharp, but also fuels my creativity. You can take a look at a few of my projects below or view all projects directly
Opening a JSON file and getting an understanding of its structure can be pretty daunting sometimes, especially if it involves a huge amount of data. This program helps visualise the tree of the JSON file. It can be used to get some useful information like - structure, depth (number of levels in heierarchy). It presents all this in a beautiful and scalable pictorial format
The case study was regarding customer churn prediction in Telecom industry. There are 7000+ entries and 20+ parameters. The data includes a column to show whether the customer has churned or not. Based on this, a model needs to be created to predict the churn probability of a given customer. Data cleanup was performed. This involved checking outliers, converting text entries to numeric etc.. Simple Exploratory Data Analysis (EDA) was performed. A suitable model was built after splitting the data into test and train datasets. Feature elimination was performed using RFE and VIF in multiple iterations. Once we reached satisfactory results on train case, then the model was applied to the test case. Eventually the results that were achieved are: Accuracy=73.54%, Sensitivity=74.2%, Specificity=73.3%
This dataset was taken from kaggle. It has a lot of useful columns like who won the game, time taken, number of moves, opening type etc... Exploratory Data analysis was done on the dataset and visualisation was done in seaborn. Created appropriate columns like the game format (classified the game as Bullet, Rapid, Classical) and performed analysis based on that