官术网_书友最值得收藏!

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.

主站蜘蛛池模板: 东源县| 香格里拉县| 盐山县| 潢川县| 乌拉特中旗| 北宁市| 鹿泉市| 大同市| 杭锦旗| 长春市| 永清县| 邵阳县| 嘉定区| 林西县| 桃园市| 贵港市| 龙海市| 锡林郭勒盟| 叙永县| 聂拉木县| 建阳市| 金门县| 高州市| 通江县| 怀柔区| 拜泉县| 田阳县| 南江县| 维西| 文山县| 浦江县| 永州市| 寿宁县| 太湖县| 阿勒泰市| 柳江县| 阳信县| 鄂伦春自治旗| 哈密市| 鄂托克前旗| 莱西市|