We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: