- Learning Data Mining with Python(Second Edition)
- Robert Layton
- 136字
- 2021-07-02 23:40:05
Classifying with scikit-learn Estimators
The scikit-learn library is a collection of data mining algorithms, written in Python and using a. This library allows users to easily try different algorithms as well as utilize standard tools for doing effective testing and parameter searching. There are many algorithms and utilities in scikit-learn, including many of the commonly used algorithms in modern machine learning.
In this chapter, we focus on setting up a good framework for running data mining procedures. We will use this framework in later chapters, which focus 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 pre-processing and data alterations
- Pipelines: This is to put together your workflow into a replicable format
推薦閱讀
- Implementing Modern DevOps
- Objective-C Memory Management Essentials
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- Vue.js入門與商城開發實戰
- JavaFX Essentials
- HTML5 Mobile Development Cookbook
- Java Web及其框架技術
- 算法精粹:經典計算機科學問題的Python實現
- INSTANT CakePHP Starter
- R的極客理想:工具篇
- 愛上micro:bit
- Android群英傳
- 代碼閱讀
- Mastering HTML5 Forms
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器