- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 252字
- 2021-06-24 16:44:49
Comparing EDA with classical and Bayesian analysis
There are several approaches to data analysis. The most popular ones that are relevant to this book are the following:
Classical data analysis: For the classical data analysis approach, the problem definition and data collection step are followed by model development, which is followed by analysis and result communication.
Exploratory data analysis approach: For the EDA approach, it follows the same approach as classical data analysis except the model imposition and the data analysis steps are swapped. The main focus is on the data, its structure, outliers, models, and visualizations. Generally, in EDA, we do not impose any deterministic or probabilistic models on the data.
Bayesian data analysis approach: The Bayesian approach incorporates prior probability distribution knowledge into the analysis steps as shown in the following diagram. Well, simply put, prior probability distribution of any quantity expresses the belief about that particular quantity before considering some evidence. Are you still lost with the term prior probability distribution? Andrew Gelman has a very descriptive paper about prior probability distribution. The following diagram shows three different approaches for data analysis illustrating the difference in their execution steps:
Data analysts and data scientists freely mix steps mentioned in the preceding approaches to get meaningful insights from the data. In addition to that, it is essentially difficult to judge or estimate which model is best for data analysis. All of them have their paradigms and are suitable for different types of data analysis.
- Instant Node Package Manager
- UML和模式應(yīng)用(原書(shū)第3版)
- Monkey Game Development:Beginner's Guide
- CentOS 7 Linux Server Cookbook(Second Edition)
- HTML5游戲開(kāi)發(fā)案例教程
- Visual Basic程序設(shè)計(jì)教程
- Full-Stack React Projects
- Java設(shè)計(jì)模式及實(shí)踐
- Quarkus實(shí)踐指南:構(gòu)建新一代的Kubernetes原生Java微服務(wù)
- Android應(yīng)用案例開(kāi)發(fā)大全(第二版)
- INSTANT Sinatra Starter
- Terraform:多云、混合云環(huán)境下實(shí)現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- Java 從入門(mén)到項(xiàng)目實(shí)踐(超值版)
- 一步一步學(xué)Spring Boot:微服務(wù)項(xiàng)目實(shí)戰(zhàn)(第2版)
- Practical Time Series Analysis