Data Science

Null and Alternate hypothesis: Definition & Example

Hypothesis testing is a technique used to determine whether an assumption about the population is true. Null hypothesis and alternate…

3 years ago

Warehouse Management & Machine Learning Use Cases

Warehouses are a vital part of the supply chain. Not only do they store products, but warehouses also play a…

3 years ago

Normal Distributions Questions and Answers for Interviews

In order to be successful in normal distribution interviews, you need a solid understanding of the normal distribution. This blog…

3 years ago

Level of Significance & Hypothesis Testing

In hypothesis testing, the level of significance is a measure of how confident you can be about rejecting the null…

3 years ago

P-Value & Hypothesis Testing: Examples

Many describe p-value as the probability that the null hypothesis holds good. That is an incorrect definition. The concept of…

3 years ago

Type I & Type II Errors in Hypothesis Testing: Examples

This article describes Type I and Type II errors made due to incorrect evaluation of the outcome of hypothesis testing,…

3 years ago

Python – Matplotlib Pyplot Plot Example

Matplotlib is a matlab-like plotting library for python. It can create both 2D and 3D plots, with the help of…

3 years ago

Survival Analysis Modeling for Customer Churn

Customer churn is a prevalent problem for many businesses. It can happen in several different ways, such as when customers…

3 years ago

Elbow Method vs Silhouette Score – Which is Better?

In K-means clustering, elbow method and silhouette analysis or score techniques are used to find the number of clusters in…

3 years ago

Hello World – Altair Python Install in Jupyter Notebook

This blog post will walk you through the steps needed to install Altair graphical libraries in Jupyter Notebook. For data…

3 years ago