Metadata-Version: 1.0
Name: bayesredis
Version: 1.2.1
Summary: A Simple Naive Bayes Classifier in Python
Home-page: https://github.com/tistaharahap/python-bayes-redis
Author: Batista Harahap
Author-email: batista@bango29.com
License: MIT
Description: ======================================
        Simple Naive Bayes Classifier - Python
        ======================================
        
        Naive Bayes Classifier is an algorithm to classify texts into sets that is always learning.
        
        The most obvious practical use of it is for Email Spam/Ham Detection.
        
        Source Code
        -----------
        
        Please go to the Github Repo `here<https://github.com/tistaharahap/python-bayes-redis>`_ for more info.
Keywords: bayes naive classifier redis cython machine learning
Platform: UNKNOWN
