ML4STS Lab COMPAS Activity¶
This is the home page for our lab’s outreach activity.
Keep this page open for the whole activity
In your URI e-mail, find an e-mail from
root@quahog.uri.edu
In a new tab, open to the URI Jupyter Notebook Server
Login using the username and password in the e-mail
Check out the Cheatsheet page for tips and terms or the Troubleshooting page if you have issues.
Open a new notebook, (new > Python3)
Download and install helper code:
pip install git+git://github.com/ml4sts/outreach-compas.git
Import the library and initiaize the tutorial
import compaslab tut= compaslab.Tutorial('stem_academy.ipynb')
Start with
tut.start()
Follow along with
tut.next()