Closed oliverholworthy closed 1 year ago
Add schema inspection functions to top-level merlin.models.torch module.
merlin.models.torch
input_schema
output_schema
feature_schema
features
target_schema
targets
Renames schema.input to schema.input_schema, and schema.output to schema.output_schema
schema.input
schema.input_schema
schema.output
schema.output_schema
Exisitng tests updated to reflect new names
https://nvidia-merlin.github.io/models/review/pr-1179
Goals :soccer:
Add schema inspection functions to top-level
merlin.models.torch
module.input_schema
- schema describing the inputs expected by the moduleoutput_schema
- schema describing the outputs of the modulefeature_schema
- schema describing the expectedfeatures
passed to the module during trainingtarget_schema
- schema describing the expectedtargets
passed to the module during trainingImplementation Details :construction:
Renames
schema.input
toschema.input_schema
, andschema.output
toschema.output_schema
Testing Details :mag:
Exisitng tests updated to reflect new names