X

Jamaley Hussain

Python – Functions

Functions A function is a rule for taking zero or more inputs and returning a corresponding output. In Python, we…

Linear Regression – Cons[2]

Prone to outliers Linear regression is very sensitive to outliers (anomalies). So, outliers should be analysed and removed before applying…

Linear Regression – Cons[1]

Only Linear Problems Ordinary Least Squares won't work well with non-linear data. If you are not sure about the linearity…

Checking for Duplicate Rows – Short note

Hi folks here is the short tip to check the duplicate data in MySQL. Checking for Duplicate Rows To prevent…

SQL Where Clause – Short note

In this short note, Listed some quick relevant WHERE Clause keywords and methods which will use in SQL query. WHERE…

SQL Window Function – part 1

Hi folks here in this article we are going to see what is window function in SQL, and how it…

Clustering, Classification and Regression

Hi folks, In the field of machine learning we all know the type of problems are different, sometimes we predict…

Want to learn data science

Hey folks today I'm going to write about data science and what you need to know before entering into this…

Bias and Variance in Machine Learning

Hello folks, towards onwards I'm going to start new articles , tutorials , tips and tricks about Machine learning ,…

Flatten list item from Column – Python [Data Cleaning]

Hi folks. , Hope you are doing well. So here today I'm going to present you a scenario that we…