Open VladimirAlexiev opened 1 year ago
Data Splits (train/validation/test) are important in ML. It seems to me that Splits are under-specified in OML:
oml:EstimationProcedure
oml:dataSplitsURL
oml:Split
oml:isAppliedTo
dcat:Distribution
Suggestions:
Split
type
dataSplitsURL
split
Data Splits (train/validation/test) are important in ML. It seems to me that Splits are under-specified in OML:
oml:EstimationProcedure
"It defines how models should be evaluated, typically by defining specific kinds of train- and test splits."oml:dataSplitsURL
oml:dataSplitsURL
owl:ObjectProperty, no useful description ("data splits URL")oml:Split
, no descriptionoml:isAppliedTo
->dcat:Distribution
oml:isAppliedTo
: no descriptionSuggestions:
Split
should have atype
(train/validation/test)dataSplitsURL
should be renamed tosplit
and point toSplit