- Predictive Analytics Using Rattle and Qlik Sense
- Ferran Garcia Pagans
- 460字
- 2021-07-16 13:40:15
Chapter 1. Getting Ready with Predictive Analytics
Analytics, predictive analytics, and data visualization are trendy topics today. The reasons are:
- Today a lot of internal and external data is available
- Technology to use this data has evolved a lot
- It is commonly accepted that there is a lot of value that can be extracted from data
As in many trendy topics, there is a lot of confusion around it. In this chapter, we will cover the following concepts:
- Introducing the key concepts of the book and tools we're going to use
- Defining analytics, predictive analytics, and data visualization
- Explaining the purpose of this book and the methodology we'll follow
- Covering the installation of the environment we'll use to create examples of applications in each chapter
After this chapter, we'll learn how to use our data to make predictions that will add value to our organizations. Before starting a data project, you always need to understand how your project will add value to the organization. In an analytics project, the two main sources of value are cost reduction and revenue increase. When you're working on a fraud detection project, your objective is to reduce fraud; this will lead into a cost reduction that will improve the margin of the organization. Finally, to understand the value of your data solution, you need to evaluate the cost of your solution. The real value added to an organization is the difference between the provided value and the total cost.
Working with data to create predictive solutions sounds very glamorous, but before that we'll learn how to use Rattle to load data, to avoid some problems related to the quality of the data, and to explore it. Rattle is a tool for statisticians, and, sometimes, we need a tool that provides us with a business approach to data exploration. We'll learn how to use Qlik Sense Desktop to do this.
After learning how to explore and understand data, we'll now learn how to create predictive systems. We'll pide these systems into unsupervised learning methods and supervised learning methods. We'll explain the difference later in this book.
To achieve a better understanding, in this book we'll create three different solutions using the most common predictive techniques: Clustering, Decision Trees, and Linear Regression.
To present data to the user, we need to create an application that helps the user to understand the data and take decisions; for this reason we'll look at the basics of data visualization. Data Visualization, Predictive Analytics and most of the topics of this book are huge knowledge areas. In this book we'll introduce you to these topics and at the end of each chapter you will find a section called Further learning where you will find references to continue learning.
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(cè)(R+Python)
- 深度學(xué)習(xí)經(jīng)典案例解析:基于MATLAB
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Python之光:Python編程入門與實(shí)戰(zhàn)
- Active Directory with PowerShell
- 創(chuàng)意UI:Photoshop玩轉(zhuǎn)APP設(shè)計(jì)
- 單片機(jī)原理及應(yīng)用技術(shù)
- WildFly Cookbook
- SSH框架企業(yè)級(jí)應(yīng)用實(shí)戰(zhàn)
- 寫(xiě)給青少年的人工智能(Python版·微課視頻版)
- Go Systems Programming
- 自己動(dòng)手構(gòu)建編程語(yǔ)言:如何設(shè)計(jì)編譯器、解釋器和DSL
- Implementing Domain:Specific Languages with Xtext and Xtend
- Flask Web開(kāi)發(fā)實(shí)戰(zhàn):入門、進(jìn)階與原理解析
- 軟件自動(dòng)化測(cè)試實(shí)戰(zhàn)解析:基于Python3編程語(yǔ)言