Skip to content

Commit

Permalink
[DOCS] Modifies style.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Apr 18, 2024
1 parent eb08b77 commit 947f08a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"summary": "A succesful response for evaluating a classification analysis job with the AUC ROC metrics for an annotated index.",
"value": {
"classification" : {
"auc_roc" : {
"value" : 0.8941788639536681
"classification": {
"auc_roc": {
"value": 0.8941788639536681
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"value": {
"index": "animal_classification",
"evaluation": {
"classification": {
"actual_field": "animal_class",
"predicted_field": "ml.animal_class_prediction",
"classification": {
"actual_field": "animal_class",
"predicted_field": "ml.animal_class_prediction",
"metrics": {
"multiclass_confusion_matrix" : {}
"multiclass_confusion_matrix": {}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"value": {
"index": "animal_classification",
"evaluation": {
"classification": {
"actual_field": "animal_class",
"classification": {
"actual_field": "animal_class",
"metrics": {
"auc_roc" : {
"class_name": "dog"
"auc_roc": {
"class_name": "dog"
}
}
}
Expand Down

0 comments on commit 947f08a

Please sign in to comment.