- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 310字
- 2021-07-02 18:59:28
Analytics challenges
Analytics often requires deciding on whether to fill in or ignore the missing values. Either choice may lead to a dataset that is not a representative of reality.
As an example of how this can affect results, consider the case of inaccurate political poll results in recent years. Many experts believe it is now in near crisis due to the shift of much of the world to mobile numbers as their only phone number. For pollsters, it is cheaper and easier to reach people on landline numbers. This can lead to the over representation of people with landlines. These people tend to be both older and wealthier than mobile-only respondents.
The response rate has also dropped from near 80% in the 1970s to about 8% (if you are lucky) today. This makes it more difficult (and expensive) to obtain a representative sample leading to many embarrassingly wrong poll predictions.
There can also be outside influences, such as environment conditions, that are not captured in the data. Winter storms can lead to power failures affecting devices that are able to report back data. You may end up drawing conclusions based on a non-representative sample of data without realizing it. This can affect the results of IoT analytics – and it will not be clear why.
Since connectivity is a new thing for many devices, there is also often a lack of historical data to base predictive models on. This can limit the type of analytics that can be done with the data.
It can also lead to a recency bias in datasets, as newer products are over represented in the data simply because a higher percentage are now a part of the IoT.
This leads us to the author's number one rule in IoT analytics:
Treat it like a stranger offering you candy.
- Git Version Control Cookbook
- Python零基礎(chǔ)快樂學(xué)習(xí)之旅(K12實(shí)戰(zhàn)訓(xùn)練)
- Wireshark Network Security
- UML+OOPC嵌入式C語言開發(fā)精講
- Practical Windows Forensics
- PhpStorm Cookbook
- 概率成形編碼調(diào)制技術(shù)理論及應(yīng)用
- 琢石成器:Windows環(huán)境下32位匯編語言程序設(shè)計
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- PySpark Cookbook
- 微信小程序開發(fā)實(shí)戰(zhàn):設(shè)計·運(yùn)營·變現(xiàn)(圖解案例版)
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動化處理
- Anaconda數(shù)據(jù)科學(xué)實(shí)戰(zhàn)
- Android移動應(yīng)用項(xiàng)目化教程
- Advanced Python Programming