Structured Query Language (SQL) makes a great addition to your toolbox. It may not be as popular as Python or
Continue readingTag: DataScience
Working with User-Defined Functions in SQL Server
In this tutorial, we will be discussing user-defined functions in SQL Server. More specifically, we will be discussing Scalar functions
Continue readingHow to use Seaborn for Data Visualization
Data Visualization is the art of representing data in the form of graphs. It is a useful tool for professionals
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 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 readingHow to build a Streamlit UI to Analyze Different Classifiers on the Wine, Iris and Breast Cancer Dataset
Let’s build a web app using Streamlit and sklearn Screen Capture by Author In this tutorial, we will be working with three
Continue readingUse Numpy for Statistics and Arithmetic Operations in 2020
Most of the data used for Data Science and Machine Learning is stored as a Dataframe or a Numpy array.
Continue readingHow to use Streamlit Sharing to deploy your Streamlit Apps
Deploy your Machine Learning Web App using Streamlit Sharing In my previous articles, I have talked about building a Github
Continue readingHow to build a KNN classification model from scratch and visualize it using Streamlit
Although libraries like sklearn have made our lives easier, it is always a good practice to make a model from
Continue readingHow to build a Streamlit app to scrape Github Profiles
In this tutorial, we will build a web app using Streamlit which scrapes GitHub for a user’s info. It displays
Continue readingDemystifying Bias, Variance, Underfitting, and Overfitting in Machine Learning
While learning about machine learning models, you might have come across terms like bias, variance, underfitting, and overfitting. These terms
Continue reading