You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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:
Github
Gitlab
The text was updated successfully, but these errors were encountered:
'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:
The text was updated successfully, but these errors were encountered: