- Learning Data Mining with Python
- Robert Layton
- 135字
- 2021-07-16 13:30:49
Chapter 2. Classifying with scikit-learn Estimators
The scikit-learn
library is a collection of data mining algorithms, written in Python and using a common programming interface. This allows users to easily try different algorithms as well as utilize standard tools for doing effective testing and parameter searching. There are a large number of algorithms and utilities in scikit-learn.
In this chapter, we focus on setting up a good framework for running data mining procedures. This will be used in later chapters, which are all focused on applications and techniques to use in those situations.
The key concepts introduced in this chapter are as follows:
- Estimators: This is to perform classification, clustering, and regression
- Transformers: This is to perform preprocessing and data alterations
- Pipelines: This is to put together your workflow into a replicable format
推薦閱讀
- 從零構建知識圖譜:技術、方法與案例
- 微服務與事件驅動架構
- PHP程序設計(慕課版)
- HBase從入門到實戰
- MATLAB 2020 從入門到精通
- 深入理解Java7:核心技術與最佳實踐
- 精通Scrapy網絡爬蟲
- Getting Started with SQL Server 2012 Cube Development
- PHP+MySQL網站開發項目式教程
- SharePoint Development with the SharePoint Framework
- Kotlin從基礎到實戰
- 機器學習與R語言實戰
- HTML 5與CSS 3權威指南(第3版·上冊)
- Python機器學習:預測分析核心算法
- Python一行流:像專家一樣寫代碼