The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to find the training accuracy from my process here?, normally the output just the test accuracy
Christian18
Member Posts: 3 Learner I
in Help
0
Answers
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.