Skip to content

quankhuc/EmployeeAttritionExploration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Homework 7

This lab is intended to help learn more about logistic regressions and probabilistic classifications.

A few instructions:

  1. Make sure to clone this repo to your computer.
  2. 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"
  3. Then activate the Conda environment before starting the jupyter notebook
  4. In your terminal, run the following commands:
  conda activate cse217a
  jupyter notebook

When you're ready to commit and push:

  1. Open terminal and navigate to the repo
  2. Run the following commands:
  git add .
  git commit -m "message"
  git pull
  1. Make sure there aren't any merge conflicts. If there are any, resolve them using a code editor.
  2. Finally, run the following command to push your changes:
  git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published