Bhavika MadhuOct 20, 20202 minBasic understanding of simple Linear regressionLinear regression is the one of the most known and understood algorithms in statistics and machine learning. What is a linear regression ...
Smriti ShakargayeOct 20, 20205 minDecision Tree, Information Gain and Gini Index for Dummies Decision Tree can be defined as a diagram or a chart that people use to determine a course of action or show a statistical probability.
Rekha KalwaOct 10, 20203 minAlgorithm: How to Bubble Sort Integer/String Array in PythonHi There! This ‘Concept-into-Code’ blog post is the first in a series where I will try to explain concepts into code in the simplest ways...
Bhuvaneswari GopalanSep 8, 20202 minWhat is “Line of Best fit” in linear regression?Simple linear regression is a statistical method that allows us to summarize and study relationships between two variables: One variable ...
Namrata KapoorSep 6, 20202 minLinear RegressionWhen we try to represent relationship between variables, one of them is determining factor and other is explanatory, it is called Linear ...
Revathy KrishnaAug 19, 20205 minHow to Implement Binary Search Tree(BST) and the Traversals with and without Recursion in Python?Algorithm- Implement Binary Search Tree and In order, Pre order and Post order Traversals with and without recursion in Python