- 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
推薦閱讀
- Java范例大全
- Java高并發核心編程(卷2):多線程、鎖、JMM、JUC、高并發設計模式
- Learning ArcGIS Pro 2
- 樂學Web編程:網站制作不神秘
- Learning C++ Functional Programming
- Wireshark Network Security
- Expert Android Programming
- Java性能權威指南(第2版)
- C語言程序設計學習指導與習題解答
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- 第一行代碼 C語言(視頻講解版)
- Multithreading in C# 5.0 Cookbook
- Test-Driven Development with Django
- iPhone應用開發從入門到精通
- Modern C++ Programming Cookbook