Row Vector, Column Vector, Dot Product Linear Algebra for Data Science A good understanding of linear algebra is much needed for understanding many machine learning algorithms. In
Row Vector, Column Vector, Dot Product Linear Algebra for Data Science A good understanding of linear algebra is much needed for understanding many machine learning algorithms. In
Using string methods and regexes in python Photo by Karolina Grabowska from Pexels Replace Occurrences of Substrings in Strings in Python str.replace() re.sub() re.subn() By using the above-mentioned
Correlation Coefficient In machine learning, before we generate any model, we need to understand the relationship between independent variables and the target variable. The correlation
Data Visualization Seaborn plots Data Visualization Using Seaborn Seaborn is used for data visualization, and it is based on matplotlib. It provides a high-level interface for
KNN The K-Nearest Neighbours (KNN) algorithm is one of the simplest supervised machine learning algorithms that is used to solve both classification and regression
Statistics Hypothesis testing, p-value, types of t-test, and much more Inferential Statistics Inferential statistics allow you to draw inferences about the population from the sample. It