- Statistics for Data Science
- James D. Miller
- 212字
- 2021-07-02 14:58:45
Querying or mining
As a data developer, you will almost always be in the habit of querying data. Indeed, a data scientist will query data as well. So, what is data mining? Well, when one queries data, one expects to ask a specific question. For example, you might ask, What was the total number of daffodils sold in April? expecting to receive back a known, relevant answer such as in April, daffodil sales totaled 269 plants.
With data mining, one is usually more absorbed in the data relationships (or the potential relationships between points of data, sometimes referred to as variables) and cognitive analysis. A simple example might be: how does the average daily temperature during the month affect the total number of daffodils sold in April?
Another important distinction between data querying and data mining is that queries are typically historic in nature in that they are used to report past results (total sales in April), while data mining techniques can be forward thinking in that through the use of appropriate statistical methods, they can infer a future result or provide the probability that a result or event will occur. For example, using our earlier example, we might predict higher daffodil sales when the average temperature rises within the selling area.
- 基于LabWindows/CVI的虛擬儀器設(shè)計(jì)與應(yīng)用
- 西門子S7-200 SMART PLC從入門到精通
- Mastering Salesforce CRM Administration
- 模型制作
- SharePoint 2010開發(fā)最佳實(shí)踐
- 現(xiàn)代傳感技術(shù)
- 網(wǎng)絡(luò)布線與小型局域網(wǎng)搭建
- 筆記本電腦維修90個(gè)精選實(shí)例
- 多媒體制作與應(yīng)用
- 計(jì)算機(jī)組網(wǎng)技術(shù)
- Mastering GitLab 12
- PowerMill 2020五軸數(shù)控加工編程應(yīng)用實(shí)例
- Linux Shell Scripting Cookbook(Third Edition)
- Kubernetes on AWS
- JSP通用范例開發(fā)金典