From 62e51ba20e60dbd0c0a749422ea17893fad73bfb Mon Sep 17 00:00:00 2001 From: ArturoAmorQ Date: Fri, 6 Oct 2023 17:11:58 +0200 Subject: [PATCH] FIX variable name --- python_scripts/linear_models_sol_02.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_scripts/linear_models_sol_02.py b/python_scripts/linear_models_sol_02.py index 170533dcf..03aa72005 100644 --- a/python_scripts/linear_models_sol_02.py +++ b/python_scripts/linear_models_sol_02.py @@ -138,9 +138,9 @@ # %% # solution -culmen_length_first_sample = 181.0 +flipper_length_first_sample = 181.0 culmen_depth_first_sample = 18.7 -culmen_length_first_sample * culmen_depth_first_sample +flipper_length_first_sample * culmen_depth_first_sample # %% [markdown] # Use the same cross-validation strategy as done previously to estimate the mean