前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >4 Classifying Data with scikit-learn使用scikit-learn分类数据

4 Classifying Data with scikit-learn使用scikit-learn分类数据

作者头像
到不了的都叫做远方
修改2020-04-26 14:18:30
3190
修改2020-04-26 14:18:30
举报

This chapter will cover the following topics:本章将涵盖以下主题:

1、 Doing basic classifications with Decision Trees 用决策树做基本分类

2、 Tuning a Decision Tree model 调试决策树模型

3、 Using many Decisions Trees – random forests 使用多个决策树-随机森林

4、 Tuning a random forest model 调试随机森林模型

5、 Classifying data with support vector machines 使用支持向量机分类数据

6、 Generalizing with multiclass classification 概述多分类问题

7、 Using LDA for classification 使用LDA进行分类

8、 Working with QDA – a nonlinear LDA 使用QDA-一个非线性LDA

9、 Using Stochastic Gradient Descent for classification 使用随机梯度下降来分类

10、 Classifying documents with Naïve Bayes 使用朴素贝叶斯分类文档

11、 Label propagation with semi-supervised learning 标签传播算法-半监督学习

Introduction介绍

Classification can be very important in a lot of contexts. For example, if we want to automate some decision-making process, we can utilize classification. In cases where we need to investigate a fraud, there are so many transactions that it is impractical for a person to check all of them. Therefore, we can automate such decisions with classification.

分类问题在很多情景中都非常重要,例如,我们想要自动化一些决策过程,我们能利用分类模型。如果我们要侦查欺诈,有太多的交易以至于一个人没办法完全的检测他们,所以,我们就能使用分类算法来自动完成决策。

本文系外文翻译,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系外文翻译前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
作者已关闭评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档