2022-07-28

Understanding TF-IDF with Python example

7 mins readTerm Frequency – Inverse Document Frequency (TF-IDF) is a popular statistical technique utilized in natural language processing and information retrieval […]
2022-07-28

Steps to package and publish Python codes to PyPI (pip)

5 mins readIn today’s article, we are going to discuss how PyPI lets developers share packages with other people who may wish […]
2022-06-21

Difference between Maximum Likelihood Estimation (MLE) and Maximum A Posteriori (MAP)

4 mins readMaximum Likelihood Estimation (MLE) and Maximum A Posteriori (MAP), are both methods for estimating variable from probability distributions or graphical […]
2022-06-19

Understanding Micro, Macro, and Weighted Averages for Scikit-Learn metrics in multi-class classification with example

11 mins readThe F1 score, also known as the F-measure, stands as a widely-used metric to assess a classification model’s performance. When […]
2022-06-16

Machine Learning Interview: Classical Algorithms

40 mins readIn this post, I will provide the answers to the questions for the online ML interview book. 1) What are […]