Skip to content

Commit

Permalink
Rename M4.04 into M4.03
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturoAmorQ committed Aug 31, 2023
1 parent 9e7763d commit 1d9d5dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# ---

# %% [markdown]
# # 📝 Exercise M4.04
# # 📝 Exercise M4.03
#
# The parameter `penalty` can control the **type** of regularization to use,
# whereas the regularization **strength** is set using the parameter `C`.
Expand All @@ -21,7 +21,7 @@
# `penalty="l2"` regularization (which happens to be the default in
# scikit-learn) to find by yourself the effect of the parameter `C`.
#
# We will start by loading the dataset.
# We start by loading the dataset.

# %% [markdown]
# ```{note}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# ---

# %% [markdown]
# # 📃 Solution for Exercise M4.04
# # 📃 Solution for Exercise M4.03
#
# The parameter `penalty` can control the **type** of regularization to use,
# whereas the regularization **strength** is set using the parameter `C`.
Expand Down

0 comments on commit 1d9d5dd

Please sign in to comment.