Skip to content

Instantly share code, notes, and snippets.

@riqbal-k
Created March 18, 2023 18:21
Show Gist options
  • Save riqbal-k/0dc8c3d98b174d6cf22e457966812329 to your computer and use it in GitHub Desktop.
Save riqbal-k/0dc8c3d98b174d6cf22e457966812329 to your computer and use it in GitHub Desktop.
#calculate mean squre error
mse <- history$metrics$val_loss[length(history$metrics$val_loss)]
mse <- round(mse, 7)
mse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment