- Effective Amazon Machine Learning
- Alexis Perrier
- 267字
- 2021-07-03 00:17:47
Engineering data versus model variety
Having a large choice of algorithms for your predictions is always a good thing, but at the end of the day, domain knowledge and the ability to extract meaningful features from clean data is often what wins the game.
Kaggle is a well-known platform for predictive analytics competitions, where the best data scientists across the world compete to make predictions on complex datasets. In these predictive competitions, gaining a few decimals on your prediction score is what makes the difference between earning the prize or being just an extra line on the public leaderboard among thousands of other competitors. One thing Kagglers quickly learn is that choosing and tuning the model is only half the battle. Feature extraction or how to extract relevant predictors from the dataset is often the key to winning the competition.
In real life, when working on business related problems, the quality of the data processing phase and the ability to extract meaningful signal out of raw data is the most important and time consuming part of building an efficient predictive model. It is well know that "data preparation accounts for about 80% of the work of data scientists" (http://www.forbes.com/sites/gilpress/2016/03/23/data-preparation-most-time-consuming-least-enjoyable-data-science-task-survey-says/). Model selection and algorithm optimization remains an important part of the work but is often not the deciding factor when implementation is concerned.
A solid and robust implementation that is easy to maintain and connects to your ecosystem seamlessly is often preferred to an overly complex model developed and coded in-house, especially when the scripted model only produces small gains when compared to a service based implementation.
- Spark快速大數據分析(第2版)
- Voice Application Development for Android
- Game Development with Swift
- 數據化網站運營深度剖析
- 深入淺出MySQL:數據庫開發、優化與管理維護(第2版)
- 大數據營銷:如何讓營銷更具吸引力
- Starling Game Development Essentials
- ZeroMQ
- 數據科學工程實踐:用戶行為分析與建模、A/B實驗、SQLFlow
- 聯動Oracle:設計思想、架構實現與AWR報告
- 從實踐中學習sqlmap數據庫注入測試
- 信息融合中估計算法的性能評估
- 大數據時代系列(套裝9冊)
- 從Lucene到Elasticsearch:全文檢索實戰
- Learn Selenium