- 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
推薦閱讀
- 自然語言處理實戰:預訓練模型應用及其產品化
- Python量化投資指南:基礎、數據與實戰
- HTML5+CSS3基礎開發教程(第2版)
- Learning SAP Analytics Cloud
- 深入理解Java7:核心技術與最佳實踐
- PhoneGap Mobile Application Development Cookbook
- ADI DSP應用技術集錦
- Keras深度學習實戰
- 硅谷Python工程師面試指南:數據結構、算法與系統設計
- Microsoft 365 Certified Fundamentals MS-900 Exam Guide
- Domain-Driven Design in PHP
- Hands-On GUI Programming with C++ and Qt5
- Buildbox 2.x Game Development
- 小程序從0到1:微信全棧工程師一本通
- 監控的藝術:云原生時代的監控框架