--- license: apache-2.0 metrics: - accuracy - f1 --- Returns age bin based on a facial image. See https://www.kaggle.com/code/dima806/facial-age-years-detection-vit for more details. ``` Classification report: precision recall f1-score support 01 0.7010 0.9347 0.8012 444 02 0.4349 0.6000 0.5042 445 03 0.7024 0.2652 0.3850 445 04 0.8889 0.1798 0.2991 445 05 0.5485 0.9775 0.7027 445 06-07 0.7917 0.5978 0.6812 445 08-09 0.6390 0.7438 0.6874 445 10-12 0.6879 0.7034 0.6956 445 13-15 0.7624 0.7573 0.7599 445 16-20 0.6484 0.7461 0.6938 445 21-25 0.6642 0.6000 0.6305 445 26-30 0.3968 0.5573 0.4636 445 31-35 0.4873 0.2157 0.2991 445 36-40 0.4483 0.3213 0.3743 445 41-45 0.4714 0.7034 0.5645 445 46-50 0.4908 0.5428 0.5155 444 51-55 0.4836 0.4966 0.4900 445 56-60 0.4820 0.3311 0.3925 444 61-65 0.6708 0.2427 0.3564 445 66-70 0.4666 0.7528 0.5761 445 71-80 0.7670 0.7101 0.7375 445 81-90 0.8513 0.9797 0.9110 444 90+ 0.9911 1.0000 0.9955 445 accuracy 0.6069 10231 macro avg 0.6294 0.6069 0.5877 10231 weighted avg 0.6294 0.6069 0.5876 10231 ```