bootcamp_machine-learning icon indicating copy to clipboard operation
bootcamp_machine-learning copied to clipboard

ml04ex07 wrong number of curves asked

Open stelon77 opened this issue 2 years ago • 0 comments

  • Day: 04
  • Exercise: 07

exercice asks to plot 5 curves "Plot the true price and the predicted price obtain via your best model with the different λ values (meaning the dataset + the 5 predicted curves)."

as lambda range from 0 to 1 with a step 0.2, there is 6 curves (0, 0.2, 0.4, 0.6, 0.8 and 1)

and 'obtain' should be ' obtained'

Fixed on:

  • [ ] Github
  • [ ] Gitlab

stelon77 avatar Sep 17 '22 07:09 stelon77