write_gazepoint_resample_evaluation¶
R reference: gp3ml 0.3.0.
Write grouped-fold evaluation tables¶
Write grouped-fold evaluation tables
R reference usage¶
write_gazepoint_resample_evaluation(
x,
directory,
prefix = "gazepoint_resample_evaluation",
overwrite = FALSE
)
The Python implementation is exported as gp3mlpy.write_gazepoint_resample_evaluation. See the runtime docstring for Python-specific typing and semantic adaptations.