Internal function for numeric predictions with llm_predict models.
Usage
predict_llm_numeric(object, new_data, ...)
Arguments
- object
A fitted dsprrr module.
- new_data
New data for prediction.
- ...
Additional arguments.
Value
A tibble with .pred column.