Scikit-learn

Scikit-learn 介绍

Scikit-learn是一个开源机器学习库,支持有监督和无监督学习。它还提供了各种工具 模型拟合、数据预处理、模型选择、模型评估, 以及许多其他公用事业。

Scikit-learn is an open source machine learning library that supports supervised and unsupervised learning. It also provides various tools for model fitting, data preprocessing, model selection, model evaluation, and many other utilities.

本指南旨在展示的一些主要特征。它假设具备机器学习的基本工作知识 实践(模型拟合、预测、交叉验证等)。请参考 我们的安装说明,或跳转到下一步步骤部分了解更多内容 关于如何使用 的指导。scikit-learnscikit-learnscikit-learn

The purpose of this guide is to illustrate some of the main features of . It assumes basic working knowledge of machine learning practices (model fitting, predicting, cross-validation, etc.). Please refer to our installation instructions to install , or jump to the Next steps section for additional guidance on using .scikit-learnscikit-learnscikit-learn

安装

复制代码
pip install	scikit-learn

注:安装scikit-learn需要Numpy, Scipy等库。

Scikit-learn包含的内容

Classification 分类、 Regression 回归、Clustering 聚类、Dimensionality reduction 降维、Model selection 模型选择、Preprocessing 预处理。

K-近邻算法

邻居 neighbors ˈneɪbərz, predict prɪˈdɪkt 预测

相关推荐
vortex51 小时前
新手前后端开发学习指南:从Flask框架到全栈实践
后端·python·flask
劈星斩月2 小时前
机器学习之 定义与三大范式
人工智能·机器学习·监督学习·强化学习·无监督学习
你是个什么橙2 小时前
Python入门学习1:安装配置开发环境——Python或Annaconda,Pycharm
python·学习·pycharm
xxwl5852 小时前
Python语言初步认识(1)
开发语言·python·学习
古城小栈2 小时前
Python 的主流Ai框架为什么优先适配 Linux 系统?
linux·人工智能·python
财经资讯数据_灵砚智能2 小时前
基于全球经济类多源新闻的NLP情感分析与数据可视化(夜间-次晨)2026年6月15日
大数据·人工智能·python·ai·信息可视化·自然语言处理·灵砚智能
砍材农夫2 小时前
python环境|conda安装和使用(1)
开发语言·后端·python·conda