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

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.

主站蜘蛛池模板: 石楼县| 米泉市| 东莞市| 潜山县| 通榆县| 五家渠市| 桐城市| 桐乡市| 定兴县| 板桥市| 广昌县| 马公市| 剑阁县| 肃宁县| 武功县| 金乡县| 泗阳县| 张家口市| 金阳县| 喀喇沁旗| 屏东市| 卢湾区| 鱼台县| 武功县| 通州区| 德兴市| 胶南市| 东乡族自治县| 湖北省| 巫溪县| 达孜县| 兴仁县| 讷河市| 丹江口市| 陆良县| 伊吾县| 兴隆县| 肃宁县| 大港区| 峨边| 读书|