End-to-end regression pipeline for California housing prices with feature engineering and model comparison.
An end-to-end ML pipeline based on the California census housing dataset. Covers data loading and exploration, feature engineering (imputation, scaling, encoding), training multiple regression models (Linear, Decision Tree, Random Forest), and comparing performance via cross-validation — following the Hands-On Machine Learning curriculum.