Lab 08: Scikit-learn

2025-07-18

Scikit-learn Basics

Let’s dive into scikit-learn by following the standard pipeline of data science. Find this file.

Example: Titanic

We will build a logistic regression model with titanic dataset. Please locate these files (notebook, data) in the same directory.

Sample Repository

You can refer to the following repository for your repository structure.