Skip to content

Commit

Permalink
update model metadata schema model training allowed values
Browse files Browse the repository at this point in the history
+ algorithmic
  • Loading branch information
LennyN95 committed Apr 13, 2024
1 parent 90e842f commit d2865be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/schemas/meta.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d2865be

Please sign in to comment.