From f066cebf3b972bbaefd59c26b75848c764c4fd34 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Fri, 20 Feb 2026 12:03:22 +0100 Subject: feat: ML 02 --- .../end_to_end_project/attribute_histogram_plots.png | Bin 0 -> 281244 bytes .../end_to_end_project/bad_visualization_plot.png | Bin 0 -> 162179 bytes .../end_to_end_project/better_visualization_plot.png | Bin 0 -> 515324 bytes .../california_housing_prices_plot.png | Bin 0 -> 1128067 bytes .../housing_income_cat_bar_plot.png | Bin 0 -> 68062 bytes .../end_to_end_project/housing_prices_scatterplot.png | Bin 0 -> 626616 bytes .../income_vs_house_value_scatterplot.png | Bin 0 -> 932483 bytes .../images/end_to_end_project/scatter_matrix_plot.png | Bin 0 -> 2228649 bytes 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 ML/02_e2e/images/end_to_end_project/attribute_histogram_plots.png create mode 100644 ML/02_e2e/images/end_to_end_project/bad_visualization_plot.png create mode 100644 ML/02_e2e/images/end_to_end_project/better_visualization_plot.png create mode 100644 ML/02_e2e/images/end_to_end_project/california_housing_prices_plot.png create mode 100644 ML/02_e2e/images/end_to_end_project/housing_income_cat_bar_plot.png create mode 100644 ML/02_e2e/images/end_to_end_project/housing_prices_scatterplot.png create mode 100644 ML/02_e2e/images/end_to_end_project/income_vs_house_value_scatterplot.png create mode 100644 ML/02_e2e/images/end_to_end_project/scatter_matrix_plot.png (limited to 'ML/02_e2e/images') diff --git a/ML/02_e2e/images/end_to_end_project/attribute_histogram_plots.png b/ML/02_e2e/images/end_to_end_project/attribute_histogram_plots.png new file mode 100644 index 0000000..2b091a8 Binary files /dev/null and b/ML/02_e2e/images/end_to_end_project/attribute_histogram_plots.png differ diff --git a/ML/02_e2e/images/end_to_end_project/bad_visualization_plot.png b/ML/02_e2e/images/end_to_end_project/bad_visualization_plot.png new file mode 100644 index 0000000..903eebe Binary files /dev/null and b/ML/02_e2e/images/end_to_end_project/bad_visualization_plot.png differ diff --git a/ML/02_e2e/images/end_to_end_project/better_visualization_plot.png b/ML/02_e2e/images/end_to_end_project/better_visualization_plot.png new file mode 100644 index 0000000..5b67d82 Binary files /dev/null and b/ML/02_e2e/images/end_to_end_project/better_visualization_plot.png differ diff --git a/ML/02_e2e/images/end_to_end_project/california_housing_prices_plot.png b/ML/02_e2e/images/end_to_end_project/california_housing_prices_plot.png new file mode 100644 index 0000000..e42ae07 Binary files /dev/null and b/ML/02_e2e/images/end_to_end_project/california_housing_prices_plot.png differ diff --git a/ML/02_e2e/images/end_to_end_project/housing_income_cat_bar_plot.png b/ML/02_e2e/images/end_to_end_project/housing_income_cat_bar_plot.png new file mode 100644 index 0000000..a0958b3 Binary files /dev/null and b/ML/02_e2e/images/end_to_end_project/housing_income_cat_bar_plot.png differ diff --git a/ML/02_e2e/images/end_to_end_project/housing_prices_scatterplot.png b/ML/02_e2e/images/end_to_end_project/housing_prices_scatterplot.png new file mode 100644 index 0000000..cb2f794 Binary files /dev/null and b/ML/02_e2e/images/end_to_end_project/housing_prices_scatterplot.png differ diff --git a/ML/02_e2e/images/end_to_end_project/income_vs_house_value_scatterplot.png b/ML/02_e2e/images/end_to_end_project/income_vs_house_value_scatterplot.png new file mode 100644 index 0000000..733cf94 Binary files /dev/null and b/ML/02_e2e/images/end_to_end_project/income_vs_house_value_scatterplot.png differ diff --git a/ML/02_e2e/images/end_to_end_project/scatter_matrix_plot.png b/ML/02_e2e/images/end_to_end_project/scatter_matrix_plot.png new file mode 100644 index 0000000..d38db0f Binary files /dev/null and b/ML/02_e2e/images/end_to_end_project/scatter_matrix_plot.png differ -- cgit v1.2.3