init commit

This commit is contained in:
Botao Chen 2025-03-16 23:16:11 -07:00
parent b56b06037c
commit 91ef7081d8
8 changed files with 3436 additions and 1 deletions

View file

@ -6323,6 +6323,7 @@
"type": "string",
"enum": [
"average",
"weighted_average",
"median",
"categorical_count",
"accuracy"

View file

@ -4404,6 +4404,7 @@ components:
type: string
enum:
- average
- weighted_average
- median
- categorical_count
- accuracy