Statistics

QQ plot for multiple variable

QQ Plots in Python

Hi people, before we jump to implement QQ plots in Python. Let’s quickly understand what a QQ plot is and what QQ plot assumptions are. What is a QQ plot? A QQ plot is a graphical method to compare two probability distributions by plotting their quantiles against each other. How does the QQ plot work? […]

QQ Plots in Python Read More »

Jaccard similarity

Jaccard similarity in Python.

When we want to measure the similarity between two sets, we tend to use cosine similarity or Jaccard similarity in general. In this blog, we will discuss Jaccard similarity and implement it using various libraries in Python. What is Jaccard Similarity? Jaccard similarity is also known by names like Jaccard index or interaction over union.

Jaccard similarity in Python. Read More »