Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 586 Bytes

File metadata and controls

24 lines (19 loc) · 586 Bytes

The Data Science Process

This repo contains the code for the demo and exercise in this lesson about the data science process.

Environment Requirements and Installation

Dependencies can be found in the requirements.txt file.

Folder Structure

├── CODEOWNERS
├── CodeDemo
│   ├── README.md
│   ├── houses_clean.csv
│   └── mlr_codealong_solution.ipynb
├── LICENSE.md
├── MLR-exercise
│   ├── README.md
│   ├── solution
│   └── starter
├── README.md
└── requirements.txt