How to find the training accuracy from my process here?, normally the output just the test accuracy

Christian18
Christian18 New Altair Community Member
edited November 5 in Community Q&A
Tagged:

Answers

  • rfuentealba
    rfuentealba New Altair Community Member
    Hello @Christian18,

    Your training accuracy will be normally high because it is your training data, and your model will fit to that. Therefore it's the testing accuracy (the one you already got) the most important value you should consider.

    BTW you could basically replace the testing data to the training data and see how it performs, but there might not be a lot of interest in doing that (unless you do that and get totally wrong results; if such a thing happens, you should try applying normal statistics to your training data to see how imbalanced it is and whether it has null values or too many unique ones, correlations are too low... you name it).

    Hope this helps.