validate_gazepoint_feature_manifest¶
R reference: gp3ml 0.3.0.
Validate a Gazepoint feature-provenance manifest¶
Validates the schema and declared scientific safeguards in a feature manifest. Schema errors stop execution. Substantive concerns are returned as structured \code{pass
R reference usage¶
validate_gazepoint_feature_manifest(x)
The Python implementation is exported as gp3mlpy.validate_gazepoint_feature_manifest. See the runtime docstring for Python-specific typing and semantic adaptations.