gpt4 book ai didi

machine-learning - Scikit 学习支持向量机的多类分类

转载 作者:行者123 更新时间:2023-11-30 08:52:29 25 4
gpt4 key购买 nike

我想知道LinearSVC默认情况下是否支持多类分类,或者我们是否必须将其包装在OneVsRestClassifier中,例如:

 OneVsRestClassifier(LinearSVC())

最佳答案

根据this part of the documentation :

SVC, NuSVC and LinearSVC are classes capable of performing multi-class classification on a dataset.

[...]

On the other hand, LinearSVC implements “one-vs-the-rest” multi-class strategy, thus training n_class models. If there are only two classes, only one model is trained:

所以它默认支持多类分类。

关于machine-learning - Scikit 学习支持向量机的多类分类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29338872/

25 4 0
文章推荐: java - 更改 DESFire 主 key 时出现 0x1E 错误 (INTEGRITY_ERROR)。我的错误是什么?我该如何解决?
文章推荐: JavaScript——试图使用循环删除数组中的某些项目,但它删除了所有项目
文章推荐: javascript - 未捕获的类型错误 : Object # has no method 'transitionTo'