Cleaning Data using SQL
Here, we clean the Nashville Housing Dataset using only SQL queries
A PORTFOLIO OF PROJECTS DEMONSTRATING MY SKILLS
Here, we clean the Nashville Housing Dataset using only SQL queries
Performing Exploratory Analysis of COVID-19 Data in SQL
Visualizing Data using Tableau
Applying multiple machine learning models to different housing datasets in order to predict house prices and compare their performance
Analysing Football Data in R and documenting it using R Markdown
Implementing a basic K Nearest Neighbors Classifier algorithm using Euclidean distance between the vectors as the distance measure. Then we compare its performance with the scikit-learn version of the KNN Classifier on the iris dataset
Implementing the Logistic Regression algorithm using Gradient Descent in R