top of page

Evergreen posts from some of our Ninjas...


- Jun 18, 2022
- 2 min
3,969 views

- May 12, 2021
- 3 min
1,183 views





All Blogs
Search


Haripriya Saketh
- Apr 1, 2021
- 5 min
Demand Forecasting in Retail using Machine Learning
Machine learning is changing the way retailers do business!

Bhavika Madhu
- Oct 21, 2020
- 2 min
Basic understanding of simple Linear regression
Linear regression is the one of the most known and understood algorithms in statistics and machine learning. What is a linear regression...

Smriti Shakargaye
- Oct 20, 2020
- 5 min
Decision 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 Kalwa
- Oct 10, 2020
- 3 min
Algorithm: How to Bubble Sort Integer/String Array in Python
Hi 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 Gopalan
- Sep 9, 2020
- 2 min
What 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 Kapoor
- Sep 6, 2020
- 2 min
Linear Regression
When we try to represent relationship between variables, one of them is determining factor and other is explanatory, it is called Linear...

Revathy Krishna
- Aug 19, 2020
- 5 min
How 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
bottom of page