diff --git a/.github/schemas/meta.schema.json b/.github/schemas/meta.schema.json index 47a93327..ba27ad3c 100644 --- a/.github/schemas/meta.schema.json +++ b/.github/schemas/meta.schema.json @@ -235,7 +235,7 @@ "training": { "type": "string", "description": "The training method of the model.", - "enum": ["supervised", "semi-supervised", "unsupervised", "other"] + "enum": ["supervised", "semi-supervised", "unsupervised", "other", "algorithmic"] }, "cmpapproach": { "type": "string",