3 Star 3 Fork 1

Gitee 极速下载/Naive Bayesian Classifier

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/muatik/naive-bayes-classifier
克隆/下载
setup.py 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python
try:
from setuptools.core import setup
except ImportError:
from distutils.core import setup
setup(name='naiveBayesClassifier',
version='0.1.3.1',
license='MIT',
description='yet another general purpose naive bayesian classifier',
long_description=open('README.md').read(),
url='https://github.com/muatik/naive-bayes-classifier',
author='Mustafa Atik',
author_email='muatik@gmail.com',
maintainer='Nejdet Yucesoy',
maintainer_email='nejdetyucesoy@gmail.com',
packages=['naiveBayesClassifier'],
platforms='any')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mirrors/naive-bayes-classifier.git
git@gitee.com:mirrors/naive-bayes-classifier.git
mirrors
naive-bayes-classifier
Naive Bayesian Classifier
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385