You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
En classification supervisée, le critère d'évaluation AUC est calculé en train et en test et exporté dans le rapport d'evaluation
AUC: area under the ROC curve (AUC); evaluates the ordering of the predicted scores per target value. Note that the value calculated is the AUC ROC, not the AUC PR.
In case of multiple class values, the AUC is computed for each class value against all the others, then the results are weighted by the proportions of each class value.
En interne, on calcule donc l'AUC pour chaque classe.
Il serait pertinent d'ajouter dans les rapports l'effectif et l'AUC par classe.
A voir ensuite si on fait évoluer l'outil de visualisation pour exploiter ces nouveaux indicateurs.
Context
Khiops version: V11
The text was updated successfully, but these errors were encountered:
Description
En classification supervisée, le critère d'évaluation AUC est calculé en train et en test et exporté dans le rapport d'evaluation
En interne, on calcule donc l'AUC pour chaque classe.
Il serait pertinent d'ajouter dans les rapports l'effectif et l'AUC par classe.
A voir ensuite si on fait évoluer l'outil de visualisation pour exploiter ces nouveaux indicateurs.
Context
The text was updated successfully, but these errors were encountered: