Data Visualization is the art of representing data in the form of graphs. It is a useful tool for professionals
Continue readingAuthor: banerjeer2611
Understanding Accuracy, Recall, Precision, F1 Scores, and Confusion Matrices
This article also includes ways to display your confusion matrix AbstractAPI-Test_Link Introduction Accuracy, Recall, Precision, and F1 Scores are metrics
Continue readingHow to use 2020 Google Keyword and Twitter Hashtag trends to build word clouds
We will be building a Streamlit Web App to showcase a word cloud of Trending Google Keywords and Twitter Hashtags
Continue readingHow to Start Freelancing as a programmer on Upwork
Saying 2020 is a bad year would be an understatement but hey there are still a few days remaining! Start
Continue readingHow to build a web app to download Youtube videos in 30 lines of code
We will be using Streamlit and pytube to build our youtube downloader web app. I will also give a brief
Continue reading15 Funny Memes for Software Developers
Some programming humor to get you through your week 0. When you count objects, you unknowingly start counting from 0 1. You
Continue readingIdeas to start your Data Science Blog in 2021
8 ideas for your first or nth Blog Post Before we discuss the ideas for your first Data Science Blog Post,
Continue readingHow to Deploy a Local ML Model as a Web Service on Azure Machine Learning Studio
Azure Machine Learning Studio (MLS) is a service provided by Microsoft which lets you deploy your models as a web
Continue readingHow To Solve A Sudoku Puzzle Using Python And Linear Programming
Stuck on a Sudoku Puzzle? Python can solve it for you! Sudoku is a logic-based number-placement game. Below is an
Continue readingBasic Linear Programming in Python with PuLP
PuLP is a python library which can be used to solve linear programming problems. Linear Programming is used to solve
Continue readingHow to Create a Wheel file for your Python package and import it in another project
If you have worked with Python you must be familiar with the pip command used to install packages. This article
Continue readingBuild a Streamlit App to predict if a pokemon is legendary
Use streamlit, seaborn and scikit-learn to build a webapp to predict if a pokemon is legendary or not. In this tutorial,
Continue reading