ML4STS Lab COMPAS Activity

This is the home page for our lab’s outreach activity.

Keep this page open for the whole activity

  1. In your URI e-mail, find an e-mail from root@quahog.uri.edu

  2. In a new tab, open to the URI Jupyter Notebook Server

  3. Login using the username and password in the e-mail

  4. Check out the Cheatsheet page for tips and terms or the Troubleshooting page if you have issues.

  5. Open a new notebook, (new > Python3)

  6. Download and install helper code:

    pip install git+git://github.com/ml4sts/outreach-compas.git
    
  7. Import the library and initiaize the tutorial

    import compaslab
    tut= compaslab.Tutorial('stem_academy.ipynb')
    
  8. Start with

    tut.start()
    
  9. Follow along with

    tut.next()