#statistics
Read more stories on Hashnode
Articles with this tag
Definition A box plot, also known as a box and whisker plot, is a statistical graph used to represent the distribution of a dataset. It is called a...
Definition A Z-score measures how far away a data point is from the average (also called the mean) of a group of data points, in units of standard...
In this, we will understand everything about encoding what I explained before but through Python coding: One Hot Encoding One hot encoding is a...
Encoding in Pandas ยท Definition Encoding refers to the process of converting categorical data (i.e., data that consists of groups or categories, rather...
What is Encoding? In pandas, "encoding" refers to the process of converting text data from one format to another. This is necessary because different...
What is BA? Bivariate analysis is a statistical technique that involves the analysis of two variables to determine the relationship between them. It...