0

I am following a tutorial on Gaussian Process Latent Variable Model here is the link https://pyro.ai/examples/gplvm.html

It is a dimension-reduction method. Now I want to evaluate the model and find the accuracy, confusion matrix is it possible to do so?

1
  • Please, make the question self-contained, by putting all relevant code here, state what you have already tried and try to be more specific Commented Jan 25, 2023 at 22:17

1 Answer 1

0

I think I have found my answer. I have to make a model that takes the transformed data (dimension-reduced data) as input. After training this model I can evaluate the model.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.