42-AI / bootcamp_machine-learning

Bootcamp to learn basics in Machine Learning
Other
205 stars 41 forks source link

ML03 ex03 epsilon should be added to y_hat, not y #236

Open stelon77 opened 2 years ago

stelon77 commented 2 years ago

'The purpose of epsilon (eps) is to avoid log(0) errors, it is a very small residual value we add to y. ' should be : The purpose of epsilon (eps) is to avoid log(0) errors, it is a very small residual value we add to y_hat

as only h_hat is submitted to log errors

Fixed on: