Learn Before
Concept

Intrinsic Evaluation

An Intrinsic Evaluation metric is one that measures the quality of a model independent of any application, with the needing of a test corpus. Given a corpus of text, we divide the data into training and test sets, and train the parameters of both models on the training set. Whichever model assigns a high probability to the test set, meaning it more accurately predicts the test set, is a better model.

0

1

Updated 2022-06-28

Tags

Data Science

Related