Beginner
Get from a raw dataset to your first working model using Python tools you will keep using.
You can train a simple model on a real dataset and explain what it predicts.
- Load, inspect, and clean data with pandas and understand its shape
- Handle missing values, categories, and simple feature scaling
- Train a first model with scikit learn and read its basic accuracy