- 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.
- 現(xiàn)代測(cè)控系統(tǒng)典型應(yīng)用實(shí)例
- 傳感器技術(shù)實(shí)驗(yàn)教程
- 計(jì)算機(jī)原理
- ROS機(jī)器人編程與SLAM算法解析指南
- Multimedia Programming with Pure Data
- 視覺檢測(cè)技術(shù)及智能計(jì)算
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- ESP8266 Home Automation Projects
- LAMP網(wǎng)站開發(fā)黃金組合Linux+Apache+MySQL+PHP
- 網(wǎng)絡(luò)服務(wù)搭建、配置與管理大全(Linux版)
- 網(wǎng)絡(luò)存儲(chǔ)·數(shù)據(jù)備份與還原
- 嵌入式Linux系統(tǒng)實(shí)用開發(fā)
- 基于ARM9的小型機(jī)器人制作
- 工業(yè)機(jī)器人實(shí)操進(jìn)階手冊(cè)
- 與人共融機(jī)器人的關(guān)節(jié)力矩測(cè)量技術(shù)