Skip to contents

Internal function for class predictions with llm_predict models.

Usage

predict_llm_class(object, new_data, ...)

Arguments

object

A fitted dsprrr module.

new_data

New data for prediction.

...

Additional arguments.

Value

A tibble with .pred_class column.