Skip to content

write_gazepoint_model_card

R reference: gp3ml 0.3.0.

Write a model card

Write a model card

R reference usage

write_gazepoint_model_card(
  card,
  path,
  format = c("markdown", "json"),
  overwrite = FALSE
)

The Python implementation is exported as gp3mlpy.write_gazepoint_model_card. See the runtime docstring for Python-specific typing and semantic adaptations.