Skip to content

[FEATURE] Add Naive Bayes Text Classification Algorithm #14664

@AG141293

Description

@AG141293

Feature description

Feature Request

Algorithm Name: Naive Bayes Text Classification

Category: machine_learning/

Description:
Currently the repository has a basic Naive Bayes implementation.
but lacks a dedicated Text Classification example using
Naive Bayes. This is one of the most commonly taught
algorithms in NLP and would be valuable for learners.

What it should include:

  • Implementation using only Python standard library / numpy
  • Docstrings with examples
  • doctests
  • Example with a simple text dataset

References:

Are you willing to work on this?
Yes, I can submit a PR for this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementThis PR modified some existing files

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions