Z-tests for Hypothesis testing: Formula & Examples

Different types of Z-test - One sample and two samples

Z-tests are statistical hypothesis testing techniques that are used to determine whether the null hypothesis relating to comparing sample means or proportions with that of population at a given significance level can be rejected or otherwise based on the z-statistics or z-score. As a data scientist, you must get a good understanding of the z-tests and its applications to test the hypothesis for your statistical models. In this blog post, we will discuss an overview of different types of z-tests and related concepts with the help of examples. You may want to check my post on hypothesis testing titled – Hypothesis testing explained with examples What are Z-tests & Z-statistics? …

Continue reading

Posted in Data Science, statistics. Tagged with , .

One sample Z-test for proportion: Formula & Examples

one sample proportion z-test

One proportion z-test or one-sample Z-test for proportion is one of the most popular statistical hypothesis tests dealing with one sample proportion. It is used to determine whether or not a hypothesized mean difference between the sample and the population can be rejected by drawing conclusions from sample data. As a data scientist, it is important to be proficient in this type of Z-test and understand how it works. In this blog post, we will learn about how one proportion z-test works with the help of formula and examples. What is one sample Z-test for proportion? A one proportion Z-test is a hypothesis testing technique which is used for testing …

Continue reading

Posted in Data Science, statistics. Tagged with , .

Z-test MCQs with Answers: Interview Questions

Z-test MCQs with questions and answers

In this blog post, you can test your knowledge about Z-test, Z-statistics and related concepts through multiple choice questions (MCQs) and answers. Getting a good understanding of Z-tests, Z-statistics and Z-distribution is of utmost importance for data scientists at large. The following are key concepts around which the MCQs are posted: Z-score or Z-statistics concepts Estimation of population mean and proportion 1-sample Z-test for mean and proportion 2-samples Z-test for mean and proportion Z-test Interview Questions Samples The following is a list of interview questions that you would want to learn: What is Z-score? Explain with an example and formula. What are different types of Z-tests? Explain with formula and …

Continue reading

Posted in Career Planning, Data Science, Interview questions, statistics. Tagged with , , .

Z-Score Explained with Ronaldo / Robert Example

In this post, you will learn the concepts of Z-Score with the help from examples including Christiano Ronaldo and Robert Lewandowski. You will learn about how to compare and call out whose performance was better in Champions League 2019-2020. As a data scientist, it will be extremely important to learn the concepts of Z-Scores, also called as Standard scores, as it would help you evaluate / compare a particular data set with past data set. Before getting into the example of Z-scores, lets understand some concepts of Z-scores. What’s Z-Score or Z-statistics? Z-score can be defined as number of standard deviations the data point is above or below the mean …

Continue reading

Posted in statistics. Tagged with , .

Different Success / Evaluation Metrics for AI / ML Products

Success metrics for AI and ML products

In this post, you will learn about some of the common success metrics that can be used for measuring the success of AI / ML (machine learning) / DS (data science) initiatives / projects / products. If you are one of the AI / ML stakeholders including product managers, you would want to get hold of these metrics in order to apply right metrics in right business use cases. Business leaders do want to know and maximise the return on investments (ROI) from AI / ML investments.  Here is the list of success metrics for AI / DS / ML initiatives: Business value metrics / key performance indicators (KPIs): Business …

Continue reading

Posted in AI, Data Science, Machine Learning. Tagged with , , .

Null and Alternate hypothesis: Definition & Example

null and alternate hypothesis

Hypothesis testing is a technique used to determine whether an assumption about the population is true. Null hypothesis and alternate hypothesis are two types of hypotheses that you may hear when conducting this type of test. Having a good understanding about null and alternate hypothesis will help you better design good hypothesis tests and understand their results in a nice manner. It is very important for data scientists to be able to distinguish between null and alternate hypothesis and design hypothesis tests. In this blog post, we will understand the definition and examples of the null and alternate hypothesis. What are different scenarios for hypothesis testing? The following are two …

Continue reading

Posted in Data Science. Tagged with .

Warehouse Management & Machine Learning Use Cases

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 role in shipping and receiving goods. As warehouse operations become more complex, it’s important to use technology to help manage them. Warehouses need to be able to efficiently manage the flow of goods in and out while still making room for new deliveries. Increasingly warehouses are turning to machine learning algorithms as a way to improve warehouse efficiency, reduce costs, and increase warehouse productivity. In this blog post, we will explore different machine learning use cases which can be deployed by warehouse managers to create a positive business impact. Machine …

Continue reading

Posted in Data Science, Machine Learning. Tagged with .

15 Tricky DevOps Architect Interview Questions & Answers

DevOps Architect Interview Topics

DevOps and DevSecOps are two sides of the same coin. They both share some goals, but they also have their differences. It is important to understand what each one means so that you can implement them properly in your organization. In this post, you will learn about some of the questions (and answers) which could be asked in the DevOps Architect interview. The following are some of the topics you might want to cover for doing interview preparation for DevOps Architect position: DevOps & DevSecOps concepts Setting up DevOps implementation DevOps reference architecture DevOps reference implementation Continuous delivery concepts & reference architecture Technologies (Tools s& Frameworks) Here is a related …

Continue reading

Posted in Architecture, Career Planning, DevOps, Interview questions. Tagged with , .

Normal Distributions Questions and Answers for Interviews

normal distribution with different means and standard deviations

In order to be successful in normal distribution interviews, you need a solid understanding of the normal distribution. This blog post will focus on normal distribution questions and answers that are commonly asked in the data science and statistics interviews. Before jumping into questions and answers, lets quickly understand what normal distribution is. What is normal distribution?  A normal distribution is a symmetric, bell-shaped curve that describes the distribution of many types of data. The normal distribution has two parameters, mean and standard deviation. It is important to know these two parameters because they are used to calculate probabilities associated with the normal distribution. The normal curve describes how data …

Continue reading

Posted in Career Planning, Data Science, Interview questions, statistics. Tagged with , .

Level of Significance & Hypothesis Testing

level of significance and hypothesis testing

In hypothesis testing, the level of significance is a measure of how confident you can be about rejecting the null hypothesis. This blog post will explore what hypothesis testing is and why understanding significance levels are important for your data science projects. In addition, you will also get to test your knowledge of level of significance towards the end of the blog with the help of quiz. These questions can help you test your understanding and prepare for data science / statistics interviews. Before we look into what level of significance is, let’s quickly understand what is hypothesis testing. What is Hypothesis testing and how is it related to significance …

Continue reading

Posted in Data Science, statistics. Tagged with , .

P-Value & Hypothesis Testing: Examples

P-value explained with examples

Many describe p-value as the probability that the null hypothesis holds good. That is an incorrect definition. The concept of p-value is understood differently by different people and is considered as one of the most used & abused concepts in statistics, mostly in relation to hypothesis testing. In this blog post, you will learn the P-VALUE concepts with multiple different examples. It is extremely important to get a good understanding of P-value if you are starting to learn data science/machine learning as the concepts of P-value are key to hypothesis testing. Before getting into the description of p-value, let’s quickly go through the hypothesis testing concepts to get a good …

Continue reading

Posted in Data Science, statistics. Tagged with , .

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, based on a couple of examples such as the person comitting a crime, the house on fire, and Covid-19. You may want to note that it is key to understand type I and type II errors as these concepts will show up when we are evaluating a hypothesis such as those related to machine learning algorithms (linear regression, logistic regression, etc). For example, in the case of linear regression models, the significance value is compared with the p-value and, the null hypothesis that the parameter/coefficient is equal to zero is …

Continue reading

Posted in Data Science, statistics. Tagged with , , .

E-commerce Machine Learning Use Cases: Examples

ecommerce machine learning use cases

In e-commerce, machine learning can be used to improve a number of decisions thereby resulting in creating a positive business impact. Not only does it help e-commerce organizations increase conversion rates and find the best deals for their customers, but it also helps them understand the customer better. This blog post will look at various different use cases where AI/machine learning and deep learning have been used in eCommerce. What are some key machine learning use cases in eCommerce? Here are some key areas in eCommerce where AI/machine learning can be leveraged: Product recommendation: One of the key use cases where machine learning has been used is to provide product …

Continue reading

Posted in AI, ecommerce, Machine Learning. Tagged with .

Cybersecurity Machine Learning Use Cases: Examples

cybersecurity machine learning use cases

Cybersecurity professionals are increasingly finding cybersecurity machine learning use cases in their work. The reason for this is that cybersecurity has become more complicated and the scale of cybersecurity threats is growing exponentially. Machine learning can help to combat these cybersecurity threats by providing security teams with real-time alerts, but there are many cybersecurity machine learning use cases beyond just cybersecurity. Artificial intelligence (AI) technologies, in particular, machine learning models such as logistic regression, SVM and random forest, etc., and deep neural networks models such as CNN, LSTM, etc., have been widely used to fight against cyberattacks. In this blog post, we will look into how machine learning is being …

Continue reading

Posted in AI, Deep Learning, Machine Learning. Tagged with , .

Python – Matplotlib Pyplot Plot Example

matplotlib pyplot plot example artistic layer

Matplotlib is a matlab-like plotting library for python. It can create both 2D and 3D plots, with the help of matplotlib pyplot. Matplotlib can be used in interactive environments such as IPython notebook, Matlab, octave, qt-console and wxpython terminal. Matplotlib has a modular architecture with each layer having its own dependencies which makes matplotlib very versatile and allows users to use only those modules they need for their applications. matplotlib provides many hooks that allow developers to customize matplotlib features as they need. Matplotlib architecture has a clear separation between user interface and drawing code which makes it easy to customize or create new interfaces for matplotlib. In this blog …

Continue reading

Posted in Data Science, Python. Tagged with , .

Survival Analysis Modeling for Customer Churn

survival analysis customer churn

Customer churn is a prevalent problem for many businesses. It can happen in several different ways, such as when customers stop using the product, or when they leave because of an issue with customer service. This blog post will explore survival analysis modeling and what it can do to help you better understand customer churn problems. First, we will discuss survival analysis itself and why it is beneficial for analyzing customer behavior. Then we will show some examples on how survival analysis has been used to analyze customer churn problems. As data scientists, it will be good to familiarize ourselves with survival analysis, as it is a popular modeling technique …

Continue reading

Posted in Data Science, statistics. Tagged with , , .