- Learning Data Mining with Python
- Robert Layton
- 117字
- 2021-07-16 13:30:51
Summary
In this chapter, we extended our use of scikit-learn's classifiers to perform classification and introduced the pandas library to manage our data. We analyzed real-world data on basketball results from the NBA, saw some of the problems that even well-curated data introduces, and created new features for our analysis.
We saw the effect that good features have on performance and used an ensemble algorithm, Random forests, to further improve the accuracy.
In the next chapter, we will extend the affinity analysis that we performed in the first chapter to create a program to find similar books. We will see how to use algorithms for ranking and also use approximation to improve the scalability of data mining.
推薦閱讀
- Python科學計算(第2版)
- Visual C#.NET程序設計
- Lighttpd源碼分析
- Mastering ArcGIS Enterprise Administration
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Machine Learning for Developers
- MyBatis 3源碼深度解析
- PowerDesigner 16 從入門到精通
- 黑莓(BlackBerry)開發從入門到精通
- Hack與HHVM權威指南
- Kohana 3.0 Beginner's Guide
- Elastix Unified Communications Server Cookbook
- Python人工智能項目實戰
- Eclipse開發(學習筆記)
- Python程序設計