- 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.
- Intel Galileo Essentials
- Testing with JUnit
- Moodle Administration Essentials
- Spring技術內幕:深入解析Spring架構與設計
- Functional Programming in JavaScript
- Web全棧工程師的自我修養
- Scala謎題
- INSTANT Django 1.5 Application Development Starter
- Learning Three.js:The JavaScript 3D Library for WebGL
- Learning Hunk
- Unity 5 for Android Essentials
- Linux Device Drivers Development
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Kubernetes源碼剖析
- R語言數據挖掘:實用項目解析