Metadata-Version: 2.1
Name: f_program
Version: 0.4
Summary: A package for demonstrating Naive Bayes classification.
Author: Arasu
Author-email: arasum6262@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scikit-learn

# f_program

This package provides functionalities to train and evaluate Gaussian Naive Bayes and Multinomial Naive Bayes models on the Iris dataset and 20 Newsgroups dataset.

## Installation

To install the package, run:

```bash
pip install f_program
