- 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.
- 數據庫應用實戰(zhàn)
- Access 2016數據庫教程(微課版·第2版)
- 達夢數據庫編程指南
- SQL Server 2008數據庫應用技術(第二版)
- Learning Spring Boot
- 文本挖掘:基于R語言的整潔工具
- Hadoop大數據實戰(zhàn)權威指南(第2版)
- Oracle高性能自動化運維
- 達夢數據庫性能優(yōu)化
- 智能數據時代:企業(yè)大數據戰(zhàn)略與實戰(zhàn)
- LabVIEW 完全自學手冊
- gnuplot Cookbook
- 探索新型智庫發(fā)展之路:藍迪國際智庫報告·2015(上冊)
- Hadoop 3實戰(zhàn)指南
- Swift Functional Programming(Second Edition)