create_external_validation_report¶
R reference: gp3ml 0.3.0.
Create an external-validation report object¶
Create an external-validation report object
R reference usage¶
create_external_validation_report(
validation,
development_metrics = NULL,
limitations = character()
)
The Python implementation is exported as gp3mlpy.create_external_validation_report. See the runtime docstring for Python-specific typing and semantic adaptations.