Print a summary of the estimated partition. Uses get_desc_df

# S3 method for estimated_partition
print(
  x,
  do_str = TRUE,
  drop_unsplit = TRUE,
  digits = NULL,
  import_order = FALSE,
  ...
)

Arguments

x

estimated_partition object

do_str

If True, use a string like "(a, b]", otherwise have two separate columns with a and b

drop_unsplit

If True, drop columns for variables overwhich the partition did not split

digits

digits Option (default is NULL)

import_order

Whether should use importance ordering (most important on the left) or input ordering (default) for features.

...

Additional arguments. These will be passed to print.data.frame

Value

string (and displayed)