#statistics
Read more stories on Hashnode
Articles with this tag
Male and Female Weight Let's suppose we collected some data from some University students. We asked every student their gender (Male = M, Female = F)...
Lucky Correlations One of the challenges we face while designing machine learning solutions is picking the right prediction features. Deciding which...
Today's post is about how to recommend things. Concretely, we are going to perform a basic implementation of an item-to-item recommender by using the...
Boostraping Bootstrapping is a resampling technique with replacement; that is, we can choose on every sample a subset of elements that might be...
To understand what a p-value is, I looked into some simple scenarios to explain this without having to get into probability density functions and...
Covariance Covariance is a measure that help us understand if two independent variables vary together (also called joint variability). If the...