
Evergreen posts from some of our Ninjas...

All Blogs
Search

Jyothi Chanda
- Mar 31
- 3 min
Interpolation using pandas
Introduction to interpolation Interpolation is one of the methods of filling null values. Before learning about interpolation, let us...

Ruchi Sharma
- Mar 31
- 3 min
EDA using Pandas Profiling
Photo by Stephen Phillips - Hostreviews.co.uk on Unsplash EDA (Exploratory Data Analysis) : Exploratory Data Analysis (EDA) is an...

Ruchi Sharma
- Mar 28
- 3 min
Difference between loc and iloc in pandas
Photo by Emily Morter on Unsplash In Data analysis, it is very important how you select data or in another terms Slicing and Dicing of...

Ruchi Sharma
- Mar 26
- 2 min
Parsing JSON dataset using Pandas
Photo by Gabriel Heinzer on Unsplash In the process of Data gathering a Data Analyst have to handle various forms of data from different...

Mahitha Kumar
- Sep 6, 2021
- 3 min
A thumbnail of Feature Engineering
You can't build a great building on a weak foundation. You must have a solid foundation if you're going to have a strong super structure....

Haripriya Saketh
- Apr 27, 2021
- 3 min
Does your data have a structure?
Historically, organizations have mainly focused on structured data for any kind of visualization or analysis. Traditional systems and...

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

Margi Patel
- Jan 19, 2021
- 2 min
Vanishing and Exploding Gradients in Neural Networks
Image source In this blog, you will understand why the Vanishing and Exploding Gradient problem happens. What are Vanishing and Exploding...

Margi Patel
- Jan 4, 2021
- 3 min
What is Bias-Variance Trade-off in Machine Learning?
Image source In the process of building a Predictive Machine Learning model, we always come across some types of error, either with...

Bhavika Madhu
- Oct 20, 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.

Nihar Ranjan Mahalik
- Oct 20, 2020
- 4 min
Linear Regression In ML For Beginners
There are many blog postings out there about linear regression that give a better understanding of some concepts. There are also some...
Bhuvaneswari Gopalan
- Sep 8, 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...
Margi Patel
- Aug 28, 2020
- 4 min
Classification Algorithm Part 1: Logistic Regression Using R Language
What is Logistic Regression? Logistic regression is used when the dependent variable is categorical. For example, To predict whether the...
Margi Patel
- Aug 3, 2020
- 2 min
Regression Algorithm Part 6: Random Forest Regression Using R Language
What is Random Forest Regression? Random Forest or Random Decision Forests are an ensemble learning method for classification and...
Margi Patel
- Aug 3, 2020
- 3 min
Regression Algorithm Part 5: Decision Tree Regression Using R Language
What is Decision Tree Regression? Decision trees are a non-parametric supervised learning method used for both classification and...
Margi Patel
- Aug 3, 2020
- 3 min
Regression Algorithm Part 4: Support Vector Regression Using R Language
What is Support Vector Regression? Support Vector Machine is a supervised machine learning algorithm that can be used for regression or...
Margi Patel
- Aug 3, 2020
- 3 min
Regression Algorithm Part 3: Polynomial Linear Regression Using R Language
What is a Polynomial Linear Regression? Polynomial Linear Regression is similar to the Multiple Linear Regression but the difference is,...
Margi Patel
- Aug 3, 2020
- 2 min
Regression Algorithm part2: Multiple Linear Regression Using R Language
What is a Multiple Linear Regression? Multiple Linear Regression is an extension of the simple linear regression algorithms to predict...