Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 620 Bytes

Week1_Public

This repository is the PUBLIC repo for students of the 2020 MIT BWSI Medlytics course for Week 1! Most notebooks do not include solutions, and instead has [## YOUR CODE HERE] where students should write their own code.

This repository does not allow pull requests so we recommend you fork this repository and work on your own copy.

Notebooks

  • Contains jupyter notebook lessons along with exercise notebooks on:

    • Intro to Colab w/Github
    • Pandas and Matplotlib Intro
    • Linear/Logistic Regression
    • Classification Metrics
    • Nearest Neighbors Algorithm
    • SVMs
    • Decision Trees