Skip to content

78. Evaluating our model's predictions (but could be anywhere we discuss Training vs Testing) #1190

Answered by 37Lime
tljthree asked this question in Q&A
Discussion options

You must be logged in to vote

Greetings @tljthree ,

Q1: Yes, I think you have understood it correct. This is useful because it allows you to track the model's performance during the training phase. For example, it allows you to detect overfitting (training continues to improve while testing plateaus/decline). Also, by tracking your model's performance you can evaluate the effect of using different hyperparameter values (i.e., hyperparameter tuning). These are just two examples.

Q2: Yes, you can do that. That is usually what you do when you want to use your trained model on new data. Perhaps you can think of this as the phase where you put your model into work. For example, if you trained a model to classify cats, you …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tljthree
Comment options

Answer selected by tljthree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants