Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.broken

Break Down Print


Description

Break Down Print

Usage

## S3 method for class 'broken'
print(x, ..., digits = 3, rounding_function = round)

Arguments

x

the model model of 'broken' class

...

other parameters

digits

number of decimal places (round) or significant digits (signif) to be used. See the rounding_function argument

rounding_function

function that is to used for rounding numbers. It may be signif() which keeps a specified number of significant digits. Or the default round() to have the same precision for all components

Value

a data frame


breakDown

Model Agnostic Explainers for Individual Predictions

v0.2.1
GPL-2
Authors
Przemyslaw Biecek [aut, cre], Aleksandra Grudziaz [ctb]
Initial release
2021-01-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.