CBO AI Initiative - CBO T&I AI Infusion in Monitoring - Qlik Sense Infusion Guide January 2022

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 34

CBO AI Initiative – CBO T&I

AI Infusion in Monitoring – Qlik Sense


Infusion Guide
January 2022
Table Of Contents
Section A: Overview…………………………………………………………………………………………………………3
Introduction…………………………………………………………………………………………………………..3
Data Flow Diagram…………………………………………………………………………………………………3
Dashboard……………………………………………………………………………………………………………..3
Section B: Features…………………………………………………………………………………………………………..4
Supports Various Types of Data……………………………………………………………………………..4
Range Of Visualizations……………………………………………………………….…………………………4
Interactive Dashboards………………………………………………………………………………………….5
Search Bar……………………………………………………………………………………………………………..6
Reporting……………………………………………………………………………………………………………….7
Mobility………………………………………………………………………………………………………………….8
Mobile Analytics…………………………………………………………………………………………………….8
Advanced Analytics………………………………………………………………………………………………..9
Predictive Analytics………………………………………………………………………………………………..9
Section C: Use Cases………………………………………………………………………………………………………..10
Use Case 1-Regression Lines…………………………………………………………………………………10
Use Case 2-Time Series Forecasting……………………………………………………………………..16
Use Case 3-Clustering…………………………………………………………………………………………..24
Use Case 4-Regression………………………………………………………………………………………….29
Summary…………………………………………………………………………………………………………………………34
SECTION A-Overview
Introduction
Qlik Sense is a product that enables you to create interactive reports and dashboards with
stunning charts and graphs. The visualization software simplifies data analysis and helps you
make informed business decisions faster than ever before. Qlik Sense uses AI to help your
users understand and use data more effectively, minimizing cognitive bias, amplifying
discovery, and elevating data literacy. 

Data Flow Diagram

Dashboard

 This is the interactive dashboard of Qlik Sense in which we have to initially create an
app
 After creating the app, you can see it in Home Section, like here Cluster is an app
 We can upload our dataset in the app and can further perform visualisation and
predictive capabilities.
 From the Add New option in the top right corner you can add an analytics app for your
project
 In the Collections bar you can find Resources, where you can learn how to work with
Qlik Sense of you are new to it.
SECTION B-Features
Supports various types of data

 These are all custom data sources by which you can import any dataset of your
choice

Range of Visualization
 Visualization View

 This is the visualization view in which you can perform any custom visualization
of your choice
 We have to simply drag and drop any visualization to the dashboard
 Each visualization needs different set of parameters
 Entering these parameters would create the visualization of your choice
 Dimensions and Measures are the attributes of your data

Interactive Dashboards
 Data Loading
 Operations which could be performed on the dataset

Search Bar
 We can ask any question related to our data and according to those visualizations
are presented by Qlik sense
 Here we can see High values of the stock for past 10 years

Reporting
 BI reporting and analytics tools allow users to easily and quickly gather, combine,
and process diverse data from multiple data sources
 It extracts business-critical insights from datasets
 It distributes the information obtained to other organizational stakeholders in a
readily consumable format
Mobility
 Mobile Exploration in Qlik Sense is a feature where user can freely ask questions
without any boundaries regarding their dataset.
 Qlik Associative Engine responds to the user by recalculating analytics.
 It highlights associations in the data based on their selections.

Mobile Analytics
 Qlik Sense is mobile at its core so you can fully harness the power of analytics
wherever you are.
 Qlik Sense mobile app for IOS and Android provides an enhanced user experience
 It provides fully interactive online and offline analysis and integrated push alerting
Advanced analytics
 Qlik supports various analytic sources which could be used for better
understanding of the data

Predictive Analytics
 Regression Lines

 Time Series Forecasting


 KMeans Clustering (Unsupervised Learning)

 Linear Regression (Supervised Learning)


SECTION C-Use Cases
Regression Lines
 Stock Price Dataset

 Importing Dataset
 Visualization
Bar Chart (Sum open vs Close)

Box Plot (Sum High vs Adj Close)


Tree map (Sum High vs Close)

 Regression Lines
 We have to initially create a scatter plot

 Then go to Add-ons Sections of the Chart Suggestions


 Select Regression Lines from there
 From there you can Add a regression line on the plot

 Regression Parameters
 Linear Regression Line

 Second Degree Polynomial Line


 Third Degree Polynomial line

 Fourth Degree Polynomial Line


Time Series Forecasting
 Dataset

 Importing Dataset
 Visualizations
 Histogram (Frequency of Close)

 Bar Plot (Sum EG_Volume vs Close)

 Pie Chart (Sum (Open) vs Year)


 Bullet Chart (Sum (High) per Year)

 Time Series Forecasting


It can only be performed on Line Charts
Line Chart (Sum(DJ_low) per Year)

 Go to AppearancePresentationScrollbar and select None there

 In the Data Column you have to turn on the forecast option


 In the Data Section you can select the forecast parameters

 Confidence Interval- Range in which your output will lie.


 Line Curve- Nature of the forecast curve
 Line thickness- Thickness of the forecast line
 Method- Algorithm used for Time Series Forecasting
 All these parameters are present in the Measure section of Data

 In Dimension Section you will get the following parameters


 Forecast Steps- Time duration in years/months/days in future till which you
want the forecast model to predict
 Step Size- Size of your forecast i.e., if you set step size=1, model will predict for
each year till forecast steps value
 You can select Forecast period in Days/Months/Years
 Click on Add to see the results

 Forecast Chart
 Prediction for next 3 years

 Prediction using SSA Model

 Prediction using OLS Model


Clustering
 Dataset
 Importing Dataset

 Visualization
 Pie Chart (ID vs Petal Length in cm)
 Line Chart

 Clustering
 Initially we create a scatter plot with dimension=Id and measure1=Sum (Petal Width)
and measure2-Sum (Sepal Width)
 Go to AppearanceColors and legendsMake Colors to Custom

 Convert Single Color to By Dimension


 Open Expression editor i.e click fx in Select Dimension Section

 Write the code for Kmeans Clustering and click on Apply

 Clustered Output
Regression
 Dataset
 Importing Dataset

 Visualization
 Pie Chart (Price vs Bathrooms)
 Bar Chart (Sum(price) vs Bedrooms)

 Line Chart (Sum Price vs Floors)

 Regression
 Scatter Plot (Sum sqft_above vs Sum floors) with dimension=city
 Select KPI from Charts

 Open Expression Editor and write Correl function


 Click on Apply

 In the expression editor use the LinEst_M function to find the slope of the regression
line

 Click on Apply to get the slope of the regression line


 Use the LinEst_B function to get the constant value of the regression line

 Click on Apply

 Equation of the regression line according to qliksense becomes


Sqft_above=837.4*floors+561.1
 Here the regression line is formed between Sqft_above and floors and not between
Sqft_above and floors as aggregate functions are not supported by LinEst_M and
LinEst_B models of QlikSense
Summary
 Tableau is extremely useful in getting quick insights about your data through different
visualizations 
 It supports multiple datasets thus increasing its usability and effectiveness 
 Its main predictive capability are:
 Time Series Forecasting
 Unsupervised Learning (Clustering)
 Supervised Learning (Regression)
 Regression lines

You might also like