Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 671 Bytes

File metadata and controls

15 lines (12 loc) · 671 Bytes

511 github repo

the primary function of this repo is to develop git skills over the course of the year.

repository contents

  • helloworld.py
    • run with python helloworld.py
    • this will greet you and then tell you the current time
  • rzl.py
    • run with python rzl.py
    • this will offer you the ramblings of a teacher who thinks he is funnier than he is
  • dspipeline.py
    • a file containing some utilities for building data science pipelines, and an example that trains several models on adult salary data and selects the best based on cross validated metrics
    • I have no idea what this does. I don't even care. maybe I'll delete it.