Skip to content

Commit

Permalink
FIX variable name (#729)
Browse files Browse the repository at this point in the history
Co-authored-by: ArturoAmorQ <[email protected]>
  • Loading branch information
ArturoAmorQ and ArturoAmorQ authored Oct 10, 2023
1 parent 5d00d2f commit e4c76fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python_scripts/linear_models_sol_02.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e4c76fb

Please sign in to comment.