Skip to content

ds4e/scratchpad

Repository files navigation

scratchpad

Using Google Colab:

  1. Fork this repo, so you can save changes across class sessions.
  2. In Google Colab, create a new notebook.
  3. Paste the following commands in a code chunk, and run it:
! git clone https://github.com/<your GitHub username>/scratchpad
%run ./scratchpad/get_data.py

This will download and extract the course data for you.

  1. When you're done, use Save a Copy in GitHub to save your notebook back to your scratchpad repo as nb_2026_mm_dd.ipynb.

Using Rivanna HPC, or locally:

  1. Fork this repo, so can clone and push easily
  2. Start a VS Code Server session on Rivanna
  3. Clone this repo:
    git clone https://github.com/<your GitHub username>/scratchpad
  4. Open the scratchpad folder in your Code Server session
  5. At the command line, run
    bash build.sh
  6. This will build a virtual environment and download/extract your data
  7. To save your work locally,
    git commit -am '<Describe your changes>'
  8. To get your work back to Github, at the command line, run
    git push origin main
  9. To get new changes to the repo, at the command line, run
    git pull --rebase

About

Day-to-Day ML repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages