Singapore 640447
+91-9677454551 | +65-83866984
amsavallimylasalam@gmail.com

Month: September 2022

Evolving Data Scientist

Become a Pro in Scatter Plot Visualization

A Matplotlib Guide for Creating Scatter Plot The primary purpose of a scatter plot is to determine the relationship between two variables (bivariate). Scatterplots play a very important role in regression algorithms to find the relationship. Also, In classification problems, scatter plot help to identify the correlation between the features. Here I am gonna explain…
Read more

Let Lambda do Feature Engineering

We all know a lambda function can have any number of arguments but can have only one expression. It is one of the famous one-liner functions in Python programming. By using this lambda function with Pandas, we can do many feature engineering operations. In this article, I am gonna explain some of the use cases.…
Read more