- Python:Data Analytics and Visualization
- Phuong Vo.T.H Martin Czygan Ashish Kumar Kirthi Raman
- 177字
- 2021-07-09 18:51:46
The scikit-learn modules for different models
The scikit-learn library is organized into submodules. Each submodule contains algorithms and helper methods for a certain class of machine learning models and approaches.
Here is a sample of those submodules, including some example models:

While these approaches are perse, a scikit-learn library abstracts away a lot of differences by exposing a regular interface to most of these algorithms. All of the example algorithms listed in the table implement a fit
method, and most of them implement predict as well. These methods represent two phases in machine learning. First, the model is trained on the existing data with the fit
method. Once trained, it is possible to use the model to predict the class or value of unseen data with predict. We will see both the methods at work in the next sections.
The scikit-learn library is part of the PyData ecosystem. Its codebase has seen steady growth over the past six years, and with over hundred contributors, it is one of the most active and popular among the scikit toolkits.
- 工業(yè)機(jī)器人產(chǎn)品應(yīng)用實(shí)戰(zhàn)
- 手把手教你玩轉(zhuǎn)RPA:基于UiPath和Blue Prism
- Dreamweaver 8中文版商業(yè)案例精粹
- Visual C# 2008開(kāi)發(fā)技術(shù)實(shí)例詳解
- 快學(xué)Flash動(dòng)畫(huà)百例
- 3D Printing for Architects with MakerBot
- 基于32位ColdFire構(gòu)建嵌入式系統(tǒng)
- AI的25種可能
- Windows安全指南
- 工業(yè)機(jī)器人入門(mén)實(shí)用教程
- 網(wǎng)站規(guī)劃與網(wǎng)頁(yè)設(shè)計(jì)
- Access 2007數(shù)據(jù)庫(kù)入門(mén)與實(shí)例應(yīng)用金典
- Windows 7來(lái)了
- Practical Network Automation
- 嵌入式系統(tǒng)原理與接口技術(shù)