ML మోడల్లను మూల్యాంకనం చేయడం అంటే అవి ఎంత బాగా పనిచేస్తాయో కొలవడం — మెట్రిక్ల (accuracy, precision, recall, మొదలైనవి) ఉపయోగించి టెస్ట్ డేటాపై కొలవడం, మోడల్ ఇంతకు ముందు చూడని. సరైన మూల్యాంకనం ఒక మోడల్ నిజంగా పనిచేస్తుందో మరియు విశ్వాసార్హమైనదో తెలుసుకోవడానికి అవసరం.
చూడని డేటాపై మూల్యాంకనం
→ evaluate on a TEST set the model did NOT train on → measures GENERALIZATION (real performance)
→ training accuracy alone is misleading (a model can memorize training data)
→ train/validation/test split; cross-validation → reliable performance estimates
