Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 612 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 612 Bytes

Machine Learning Model Evaluation Lesson

Environment Requirements and Installation

This content was developed using Python 3.10.13. See requirements.txt file for dependencies.

Folder Structure

├── CODEOWNERS
├── Demo-MSE-calculation
│   └── MSE_demo.ipynb
├── Exercise1-Classification-Metrics
│   ├── README.md
│   ├── solution
│   └── starter
├── Exercise2-Regression-Metrics
│   ├── README.md
│   ├── solution
│   └── starter
├── LICENSE.md
├── README.md
└── requirements.txt