Skip to content

Commit

Permalink
Update to Dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
arunvasudevan committed Sep 10, 2020
1 parent 64c5249 commit 9e5a456
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ import com.linkedin.common.DatasetUrn
record BaseData {

/**
* What datasets were used in the MLModel?
* What dataset were used in the MLModel?
*/
datasets: optional DatasetUrn
dataset: DatasetUrn

/**
* Why were these datasets chosen?
* Why was this dataset chosen?
*/
motivation: optional string

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ record EvaluationData {
/**
* Details on the dataset(s) used for the quantitative analyses in the MLModel
*/
evaluationData: optional array[BaseData]
evaluationData: array[BaseData]
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ record TrainingData {
/**
* Details on the dataset(s) used for training the MLModel
*/
trainingData: optional array[BaseData]
trainingData: array[BaseData]
}

0 comments on commit 9e5a456

Please sign in to comment.