简体   繁体   English

“ OneVsRestClassifier”(Scikit学习)和“ Binary Relevance”(Scikit多学习)之间有什么区别?

[英]What is the difference between “OneVsRestClassifier” (Scikit-learn) and “Binary Relevance” (Scikit-multilearn)?

In scikit-learn, there is a strategy called sklearn.multiclass.OneVsRestClassifier , which can be used for both multiclass and multilabel problems. 在scikit-learn中,有一种称为sklearn.multiclass.OneVsRestClassifier的策略,该策略可用于多类和多sklearn.multiclass.OneVsRestClassifier问题。 According to its documentation : 根据其文档

"In the multilabel learning literature, OvR is also known as the binary relevance method". “在多标签学习文献中,OvR也被称为二进制相关方法”。

My question is, 我的问题是

Is there is any difference between this scikit-learn strategy and skmultilearn.problem_transform.BinaryRelevance ? 这种scikit学习策略与skmultilearn.problem_transform.BinaryRelevance之间有什么区别吗?

Thank you in advance. 先感谢您。

No, there is no difference. 不,没有区别。 They work in the exact same way. 它们以完全相同的方式工作。 They both predict probabilities for an instance belonging to a class, yes or no. 它们都预测属于某个类的实例的概率,是或否。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 scikit-learn中的CountVectorizer和CharNGramAnalyzer有什么区别? - What is the difference between CountVectorizer and CharNGramAnalyzer in scikit-learn? scikit-learn 中的 SVC 和 SVM 有什么区别? - What is the difference between SVC and SVM in scikit-learn? 使用NLTK,scikit-learn和OneVsRestClassifier启用多标签分类 - Turning on multi-label classification with NLTK, scikit-learn and OneVsRestClassifier scikit-learn和脱字符GBM结果之间的区别? - Difference between scikit-learn and caret GBM results? keras和scikit-learn在精度计算上的差异 - difference in the calculation of accuracy between keras and scikit-learn Scikit-learn中的R-Squared和explained_variance_score有什么区别? - What is the difference between R-Squared and explained_variance_score in Scikit-learn? scikit-learn DecisitonTreeClassifier 中的阈值和特征(对于每个训练的节点)有什么区别? - What's the difference between threshold and feature (for each of trained nodes) in scikit-learn DecisitonTreeClassifier? scikit-learn 中 predict 与 predict_proba 之间的差异 - Difference between predict vs predict_proba in scikit-learn 拟合模型上的评分方法与scikit-learn的precision_score有什么区别? - What's the difference between the score method on a fitted model, vs accuracy_score from scikit-learn? scikit-learn 和 tensorflow 有什么区别? 可以一起使用吗? - What's the difference between scikit-learn and tensorflow? Is it possible to use them together?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM