Metadata-Version: 2.1
Name: f_program
Version: 0.3
Summary: A package for Gaussian and Multinomial Naive Bayes classification.
Author: arasu
Author-email: arasum6262@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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
