- Learning Data Mining with Python(Second Edition)
- Robert Layton
- 143字
- 2021-07-02 23:40:02
A simple affinity analysis example
In this section, we jump into our first example. A common use case for data mining is to improve sales, by asking a customer who is buying a product if he/she would like another similar product as well. You can perform this analysis through affinity analysis, which is the study of when things exist together, namely. correlate to each other.
To repeat the now-infamous phrase taught in statistics classes, correlation is not causation. This phrase means that the results from affinity analysis cannot give a cause. In our next example, we perform affinity analysis on product purchases. The results indicate that the products are purchased together, but not that buying one product causes the purchase of the other. The distinction is important, critically so when determining how to use the results to affect a business process, for instance.
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Advanced Machine Learning with Python
- 零基礎(chǔ)學(xué)Visual C++第3版
- Progressive Web Apps with React
- 零基礎(chǔ)學(xué)C++程序設(shè)計(jì)
- AWS Serverless架構(gòu):使用AWS從傳統(tǒng)部署方式向Serverless架構(gòu)遷移
- 基于Swift語言的iOS App 商業(yè)實(shí)戰(zhàn)教程
- Jupyter數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- HTML5從入門到精通 (第2版)
- C語言程序設(shè)計(jì)教程
- Java網(wǎng)絡(luò)編程核心技術(shù)詳解(視頻微課版)
- Learning Modular Java Programming
- 寫給程序員的Python教程
- Go語言從入門到精通
- 現(xiàn)代CPU性能分析與優(yōu)化