ETEmmanuel Tonuiintonui.hashnode.dev·May 18, 2024 · 4 min readBasics of Statistics in PythonNumpy is the main python library used for complex math calculations.Pandas is built on top of Numpy for working with tables (or dataframes).Matplotlib is used for plotting charts and graphs and seaborn is for enhanced visualizations, and is built on ...00
ETEmmanuel Tonuiintonui.hashnode.dev·Jan 18, 2024 · 3 min readCosine Similarity Demystified, with codeCosine similarity is a simple metric based on the cosine distance between two objects. It can be used to measure similarities between entities. It calculates the cosine of the angle between two vectors, which ranges from 0 (no similarity) to 1 (compl...00