Skip to contents

Reports which searchlight engine would be selected for a given model and method, along with the eligibility status of each registered engine.

Usage

explain_searchlight_engine(
  model_spec,
  method = c("standard", "randomized", "resampled"),
  engine = c("auto", "legacy", "swift", "dual_lda_fast", "naive_xdec_fast",
    "era_rsa_fast")
)

Arguments

model_spec

A model specification.

method

Searchlight method to audit.

engine

Requested engine policy: "auto", "legacy" (the compatibility key for the general-purpose iterator), "swift", "dual_lda_fast", "naive_xdec_fast", or "era_rsa_fast".

Value

A data frame with selection metadata.