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
100 accuracy recall and precious
fatimidveil
Member Posts: 45 Contributor II
i have apply ide algorithm on my data set and got 100 accuracy precious and recall . is my data set and algorithm in fine ?
Tagged:
0
Answers
100% accuracy is something one should be very careful about. You need to check a few things listed below.
1. Label leakage: If your data set is time-dependent (temporal characters), using regular validation methods like cross-validation is not recommended.
2. Highly correlated column: If your dataset has an attribute that replicates output, then there is a chance of getting 100% accuracy.
3. Validation Type: If you are using something like a split validation, there is a chance that you might get very high random performance.
4. Size of a dataset: If your dataset is too small and you have a very small test set, then you can get very high performance by chance.
These are some points in my mind right now, will update if I get more.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
what should i do know .?
i have apply three algorithm on my data set id3,cart and c4.5
so how i calculate with one is perform better than other ?