Skip to content

fit_gazepoint_model

R reference: gp3ml 0.3.0.

Fit a governed Gazepoint model

Fit a governed Gazepoint model

R reference usage

fit_gazepoint_model(
  data,
  task,
  predictors = NULL,
  engine = NULL,
  preprocessor = NULL,
  preprocessor_args = list(),
  engine_args = list(),
  seed = 1L,
  threshold = 0.5
)

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