Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

slm86/hw1_public

 
 

Repository files navigation

CS 281. Homework 1. Fairness in the Wild

Setting the environment

Follow the steps below to install anaconda and create the environment for running the starter code.

  1. Download anaconda from https://www.anaconda.com/ and install
  2. Create a new environment that has all the dependencies installed, e.g., if you decide to name this new environment cs281-hw1, run the command
conda create -n cs281-hw1 python=3.8 -y
conda activate cs281-hw1
pip install -r requirements.txt  # Run this from root of the repo.

Starter Code

All starter code related to the first homework is in hw1.py. Your code should directly go in this file.

Submission

Running the following will generate hw1.zip which contains hw1.py

bash make_submission.sh

Submit the zip file to Gradescope

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 86.2%
  • Python 13.7%
  • Shell 0.1%