Calculating the Jaccard Coefficient
· 6 min read
Introduction
I used a small table of pathological test results to calculate the Jaccard distance and corresponding Jaccard similarity coefficient for three pairs of individuals.
I used a small table of pathological test results to calculate the Jaccard distance and corresponding Jaccard similarity coefficient for three pairs of individuals.
Google Colab notebook: Open in Google Colab · Raw Notebook: Download .ipynb
I used exploratory data analysis (EDA) to assess whether the Auto MPG dataset was suitable for machine learning and to identify key uncertainties before modelling.