matrix_to_quantile_pred {parsnip}R Documentation

Reformat quantile predictions

Description

Reformat quantile predictions

Usage

matrix_to_quantile_pred(x, object)

Arguments

x

A matrix of predictions with rows as samples and columns as quantile levels.

object

A parsnip model_fit object from a quantile regression model.


[Package parsnip version 1.3.2 Index]