Section 01
[Introduction] Introductory House Price Prediction Project: Comparative Practice of Three Machine Learning Algorithms
This project is a classic practice for machine learning beginners. Using the California Housing Dataset, it compares three mainstream regression algorithms—linear regression, decision trees, and random forests—covering the complete workflow of data exploration, feature engineering, model training, and evaluation. It helps learners understand the characteristics, applicable scenarios, and trade-offs in model selection of different algorithms, making it an ideal starting point for establishing a systematic understanding of machine learning.