python中是否有任何朴素的贝叶斯分类器? [英] Any Naive Bayesian Classifier in python?

查看:85
本文介绍了python中是否有任何朴素的贝叶斯分类器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经尝试过针对朴素贝叶斯分类的Orange框架.这些方法非常不直观,文档也非常无组织.这里有没有其他人可以推荐?

I have tried the Orange Framework for Naive Bayesian classification. The methods are extremely unintuitive, and the documentation is extremely unorganized. Does anyone here have another framework to recommend?

我现在主要使用NaiveBayesian.我当时在考虑使用nltk的NaiveClassification,但后来他们认为它们不能处理连续变量.

I use mostly NaiveBayesian for now. I was thinking of using nltk's NaiveClassification but then they don't think they can handle continuous variables.

我有什么选择?

推荐答案

scikit-learn 具有高斯朴素贝叶斯分类器的实现.通常,该库的目标是在易于阅读和使用的代码与效率之间取得良好的平衡.希望它应该是学习算法工作的一个很好的库.

The scikit-learn has an implementation of Gaussian naive Bayesian classifier. In general, the goal of this library is to provide a good trade off between code that is easy to read and use, and efficiency. Hopefully it should be a good library to learn of the algorithms work.

这篇关于python中是否有任何朴素的贝叶斯分类器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆