This repository contains all the exercises and projects for cs322 midterms
- Install
anaconda
by downloading the installer in https://www.anaconda.com/products/individual - After installing anaconda, open your conda terminal
Anaconda Prompt(anaconda3)
- (Optional) update your conda by using
conda update conda
- Create a new environment and install the necessary requirements for the specific project
$ cd ./<project-path>
$ conda create --name <name> --file requirements.txt
# conda activate <name>
- Open jupyter notebook by accessing Anaconda Prompt
- Use command
jupyter notebook
to open up the web IDE
If you are working alone on a specific task, ignore this.
- Create a branch with the naming convention
task--activity-surname
(ex.lab1--naivebayes-arevalo
. the shorter the better) - If you are committing your changes, do it the normal way and ask for a pull request. Make sure there are no conflicts