- 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.
- 輕輕松松自動(dòng)化測試
- Deep Learning Quick Reference
- 輕松學(xué)C#
- Spark編程基礎(chǔ)(Scala版)
- 3D Printing with RepRap Cookbook
- 人工免疫算法改進(jìn)及其應(yīng)用
- VB語言程序設(shè)計(jì)
- OpenStack Cloud Computing Cookbook(Second Edition)
- Supervised Machine Learning with Python
- 構(gòu)建高性能Web站點(diǎn)
- Nginx高性能Web服務(wù)器詳解
- Mastering pfSense
- 在實(shí)戰(zhàn)中成長:C++開發(fā)之路
- 生物3D打印:從醫(yī)療輔具制造到細(xì)胞打印
- 青少年VEX IQ機(jī)器人實(shí)訓(xùn)課程(初級)