- 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
推薦閱讀
- Learning Single:page Web Application Development
- 看透JavaScript:原理、方法與實踐
- Python自然語言處理(微課版)
- C#程序設計
- Python數(shù)據(jù)分析從0到1
- Machine Learning for Developers
- Distributed Computing in Java 9
- Vue.js 3應用開發(fā)與核心源碼解析
- Visual Basic程序設計實驗指導及考試指南
- DB2SQL性能調優(yōu)秘笈
- Mastering PowerCLI
- 游戲設計的底層邏輯
- Isomorphic Go
- Java編程指南:語法基礎、面向對象、函數(shù)式編程與項目實戰(zhàn)
- Ionic Framework By Example