Unit-level testing
In today”s blog we will learn about the curtain-raiser (Unit-level testing) of testing in software testing life cycle (STLC). Let’s start. What is Unit? A Unit is the smallest testable piece of software. It...
learn | build | innovate
In today”s blog we will learn about the curtain-raiser (Unit-level testing) of testing in software testing life cycle (STLC). Let’s start. What is Unit? A Unit is the smallest testable piece of software. It...
Before starting any data analysis, the most crucial step is data preparation. Many companies spend millions and billions of dollars in collecting the data and analyzing it using various analyzing tools which may not...
There are lots of buzz words that you keep on hearing whenever you search about latest technologies.Some of them are Artificial Intelligence (AI), Machine Learning (ML), Deep Learning. Many people use them interchangeably, but...
Introduction In statistical modeling, Regression Analysis is a set of statistical processes for estimating the relationships between a dependent variable (often called the ‘outcome variable’) and one or more independent variables (often called ‘predictors’ or ‘features’). The most commonly used...
In this blog, we will understand what are the independent variable and dependent variables. How we should identify which one is what? This blog will help you to understand these variables in detail. Lets...
In this blog post, I will discuss some of the high-level introduction of machine learning terminology and libraries in python which will be helpful to you in getting started with this technology. You will...
Pandas is a software library written for the Python programming language for data manipulation and analysis. Dataframe is a 2-d labelled data structure consists of columns of different types. You can think of it...
In this part I will talk about some basic concepts of machine learning that you will be going to read or hear whenever anybody talks about ML. This will also help you in reading...
In this blog, we will discuss about how important data visualization is. It gives the appropriate insight which helps to take business decision. Let discuss why and how it is important. What is Data...