K-Nearest Neighbors (KNN) is one of the simplest yet most effective machine learning algorithms. It works on the intuition that similar data points tend to have similar labels. While it can be used for both classification and regression tasks, it’s most commonly applied to classification problems.
[Read More]
Building an API
Create an easy-to-use Spotify API
While working on this project, I couldn’t find the Spotify API calls I needed. At the time, I was looking for the following:
[Read More]
Climate Change Overview
Visualize climate change with the help of Plotly
You can explore how climate has changed over the years using this interactive Plotly map. By hovering over any country and moving through the timeline, you can see how average temperatures have changed across the globe.
Deployed Heroku app can be found here
Link to GitHub here
[Read More]
Feature Importance Visualization Using Heart Disease Dataset
Create Models To Predict A Heart Disease
I explored feature importance visualization using the heart disease dataset, which you can find here. My final project can be read on Medium. If you’re more interested in seeing the source code, please visit my GitHub page. I’ve also deployed the project here. Please be patient, though—the Heroku app takes...
[Read More]