Data Wrangling in Power Query

Before machine learning, we need to go through two main processes: Data preparation and Data wrangling. Data preparation is about the collecting data from resources, integrate and load data in one resource, that is so like ETL (extract, transform, and load process) [2]. According to [2], Data wrangling is when we loaded the data and Read more about Data Wrangling in Power Query[…]

Business Understanding for Machine Learning – Predictive and Prescriptive Analysis

  In the last Post, the explanation about machine learning and what is descriptive analysis has been provided. In this post, I am going to provide some overview of the Predictive and Prescriptive analysis Predictive Analysis Another analysis in machine learning in predictive analysis. Predictive analysis is about supervised learning. That means we want to Read more about Business Understanding for Machine Learning – Predictive and Prescriptive Analysis[…]

Business Understanding for Machine Learning – Descriptive Analysis

Business Understanding Business understanding is the main and first step for doing machine learning in any platform or languages. Not all business problem can be addressed by machine learning approaches. There are some proposed categories for machine learning such as “Supervised Learning” and “Un-Supervised Learning”. Supervised Learning is about when we identify both input and Read more about Business Understanding for Machine Learning – Descriptive Analysis[…]

Creating Machine learning Development and Production Environment in Power BI-Part2

In the last post, I have explained how we can create a function with the aim of parametrising the machine learning process. In this post, I am going to explain how we able to create a Development and Production environment. Create Different Environment in Power Query to create a new environment, In power query, I Read more about Creating Machine learning Development and Production Environment in Power BI-Part2[…]

Creating Machine learning Development and Production Environment in Power BI

  There is need to isolate the development and production environment in most of all projects. Setting up these environments help us to deliver a more reliable product to our customers. Machine learning projects also need a development, Test and Production environment. In this post, I am going to show you how we can do Read more about Creating Machine learning Development and Production Environment in Power BI[…]

Decision Tree: Power BI- Part 2

In the last Part, I have talked about the main concepts behind the Decision Tree. In this post, I will show how to use decision tree component in Power BI with the aim of Predictive analysis in the report. in next post, I will explain how to fetch the data in Power Query to get a dynamic Read more about Decision Tree: Power BI- Part 2[…]

Decision Tree: Concepts- Part 1

A decision tree is one of the main approaches to machine learning. it is a really powerful tool for the aim of Prediction Descriptive analysis and feature selection In this post, I am going to show how decision tree works. In the future posts, I will show you some of the main algorithms for decision tree Read more about Decision Tree: Concepts- Part 1[…]

Time series Series with Power BI- Forecast with Arima-Part 12

In the last posts (Series of Time Series), I have explained about what is ARIMA, what is d,p, and q in ARIMA (p,d,q). In this post, I will talk about how to use ARIMA for forecasting and how to handle the seasonality parameters. in the last example for the age of death of the England king, Read more about Time series Series with Power BI- Forecast with Arima-Part 12[…]

Time series Series with Power BI- Arima Model-Part 11

In the last post, I have explained the d value for model ARIMA (p,d,q). In this post, I am going to show how to identify the p and q values as below. one of the main difference between exponential smoothing and Arima is that Arima considers the correlation of a value at a time with Read more about Time series Series with Power BI- Arima Model-Part 11[…]

Time series Series with Power BI- Arima Model-Part 10

In this post, I want to explain the ARIM model (Autoregressive Integrated Moving Average). Exponential smoothing could not consider the relationship between the values in the different time span. while ARIMA able to handle these data. ARIMA Model needs three variables. ARIMA(p,d,q) First, let start with explanation of d value what is d? The first Read more about Time series Series with Power BI- Arima Model-Part 10[…]