Activity: Train First Supervised Baselines
Activity ID: ML-M03-A01 Estimated active time: 55-75 minutes
Goal
Create a short baseline comparison note for one regression task and one classification task.
Inputs
data/module_03_regression_baseline_v1.csvdata/module_03_classification_baseline_v1.csvdata/data-dictionary.mdnotebooks/module-03-worked.ipynbnotebooks/module-03-practice.ipynb
Instructions
- Open the data dictionary and confirm the two targets.
- List the numeric feature columns recommended for Module 3.
- Run the regression section of the worked notebook.
- Record the median baseline MAE and linear regression MAE.
- Inspect at least five actual vs predicted quiz scores.
- Run the classification section of the worked notebook.
- Record the most-frequent baseline accuracy and logistic regression accuracy.
- Inspect at least five predicted probabilities.
- Complete the practice notebook.
- Write a short note explaining what the two first models suggest and what they do not prove.
Submission table
| Field | Your answer |
|---|---|
| Regression target | |
| Regression feature columns | |
| Regression baseline | |
| Regression candidate model | |
| Regression metric | |
| Regression result | |
| Classification target | |
| Classification positive class | |
| Classification baseline | |
| Classification candidate model | |
| Classification metric | |
| Classification result | |
| One predicted probability explained | |
| Two limitations |
Quality checklist
- [ ] The target is not included in the feature table.
- [ ] Train/test split happens before model fitting.
- [ ] A dummy baseline is reported for both tasks.
- [ ] The candidate result is compared with the baseline.
- [ ] MAE is explained in quiz-score points.
- [ ] Accuracy is explained as a first metric, not the only metric.
- [ ] The explanation avoids saying the model is ready for real use.
- [ ] The note says the data is synthetic.
Submission format
Submit a completed Markdown table and a 4-6 sentence explanation. The notebook outputs can be used as evidence.
Safety note
Use only the supplied synthetic datasets. Do not add, upload, or paste real learner data.
