Skip to content

Implementation of Naive Bayes Algorithm for predicting Binomial Probability Distribution using Python

License

Notifications You must be signed in to change notification settings

wolfdroid/PyNB-2.0

Repository files navigation

PyNB-v.1.0

Brief Description

This is an application that implementing Naive Bayes Algorithm for predicting the output from the datas using sklearn, pandas, numpy and other Libary.

Brief Guide

  1. Install Python 3 or higher version.
  2. Install sklearn, xlsxwritter, matplotlib, pandas, numpy, and pillow using pip install or something else.
  3. Download all files in this repository.

For Functional only ver

  1. Simply double click on Functional.py to run the program.

For GUI ver

  1. Make sure you already installed tkinter library in your Python.
  2. Double click on GUI.py to run program.

About

Implementation of Naive Bayes Algorithm for predicting Binomial Probability Distribution using Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages