/CSCI-447-Project-1

Using Naive Baez Algorithm

Primary LanguageTeX

CSCI 447: Project 1 — Naive Bayes Algorithm

Environment Setup

  • Install Anaconda, and make sure you have access to use conda --version from the command line.

  • In order to run our code, you must have the appropriate version of python and libraries installed.

  • Open your command line of choice in the project directory and run the command: conda env create --file environment.yml

  • Then open the environment using the command conda activate bayes

  • In the same command line, run python3 main.py to start the program.