This lab is intended to help learn more about logistic regressions and probabilistic classifications.
A few instructions:
- Make sure to clone this repo to your computer.
- You will need the data files containing employee statistics. This can be found at https://wustl.box.com/s/4zhhhn2dtd3hl2bwd3bkjzlylqtcix62. Make sure to save the contents of the zip folder to "/utility/data"
- Then activate the Conda environment before starting the jupyter notebook
- In your terminal, run the following commands:
conda activate cse217a
jupyter notebook
When you're ready to commit and push:
- Open terminal and navigate to the repo
- Run the following commands:
git add .
git commit -m "message"
git pull
- Make sure there aren't any merge conflicts. If there are any, resolve them using a code editor.
- Finally, run the following command to push your changes:
git push