top of page
Portfolio
Search
![](https://static.wixstatic.com/media/11062b_0a476896eedc471998e0d696b6e0fa56~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/11062b_0a476896eedc471998e0d696b6e0fa56~mv2.webp)
![Covid19 Data Analysis](https://static.wixstatic.com/media/11062b_0a476896eedc471998e0d696b6e0fa56~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/11062b_0a476896eedc471998e0d696b6e0fa56~mv2.webp)
1 min read
Covid19 Data Analysis
The dataset is from 2020 but this will show the analysis Let's Import the modules import pandas as pd import numpy as np import seaborn...
![](https://static.wixstatic.com/media/210a35_b2de0966aa5a41f7abd3697876389a7d~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/210a35_b2de0966aa5a41f7abd3697876389a7d~mv2.webp)
![Creating a Music Classifier Using Machine Learning & Python](https://static.wixstatic.com/media/210a35_b2de0966aa5a41f7abd3697876389a7d~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/210a35_b2de0966aa5a41f7abd3697876389a7d~mv2.webp)
5 min read
Creating a Music Classifier Using Machine Learning & Python
Building a classifier using Spotify API and KNN Everyone loves music, and loves to listen to multiple artists. Each artist is unique and...
![](https://static.wixstatic.com/media/2e0338287b2c4edaae950630b29be851.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/2e0338287b2c4edaae950630b29be851.webp)
![Multiple Classifier models for Telecommunication Customers](https://static.wixstatic.com/media/2e0338287b2c4edaae950630b29be851.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/2e0338287b2c4edaae950630b29be851.webp)
3 min read
Multiple Classifier models for Telecommunication Customers
Load the dataset into a pandas dataframe and display the first 5 lines of the dataset along with the column headings. import numpy as np...
![](https://static.wixstatic.com/media/210a35_8992f56814e148eeb852be4afa50548b~mv2.jpg/v1/fill/w_250,h_250,fp_0.50_0.50,q_30,blur_30,enc_auto/210a35_8992f56814e148eeb852be4afa50548b~mv2.webp)
![Bank Customer Churn Prediction using Logisitic Regression](https://static.wixstatic.com/media/210a35_8992f56814e148eeb852be4afa50548b~mv2.jpg/v1/fill/w_454,h_341,fp_0.50_0.50,q_90,enc_auto/210a35_8992f56814e148eeb852be4afa50548b~mv2.webp)
9 min read
Bank Customer Churn Prediction using Logisitic Regression
Data Dictionary There are multiple variables in the dataset: divided in 3 categories: Demographic information about customers customer_id...
![Telco customer churn](https://static.wixstatic.com/media/210a35_f99fa07b22004594a583c231b42564f0~mv2.png/v1/fill/w_454,h_341,fp_0.50_0.50,q_95,enc_auto/210a35_f99fa07b22004594a583c231b42564f0~mv2.webp)
18 min read
Telco customer churn
Predicting customer churn is crucial for telecommunication companies to be able to effectively retain customers. It is more costly to...
bottom of page