top of page
Portfolio
Search


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...
1 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...
5 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...
3 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...
9 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...
18 min read
bottom of page