Skip to content

Conversation

@gustavocidornelas
Copy link
Contributor

  • Adds classNames and featureNames consistency validations between training, validation, and model (when provided).
  • The rules are basically checks for intersection and subsets, with special care for classNames, where the order of the lists' items matter.
@linear
Copy link

linear bot commented Mar 17, 2023

OPEN-3817 Validate model feature names, class names better

we should also validate that the model’s feature names and class names are a subset of the provided training & validation set’s features names & class names. We should probably also validate that the val set’s feature names & class names are a subset of the training set’s

@whoseoyster whoseoyster merged commit 6599691 into main Mar 22, 2023
@whoseoyster whoseoyster deleted the cid/cross-resource-validations branch March 22, 2023 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants