mlr3shiny icon indicating copy to clipboard operation
mlr3shiny copied to clipboard

Tree visualization

Open Albatros131 opened this issue 8 months ago • 0 comments

If the created tree has no internal nodes, we receive a cryptic error message.

Proposal: Plot a textual representation of the tree instead.

Unfortunately, mlr3viz uses ggparty, which can't handle trees with no internal nodes. (See https://github.com/martin-borkovec/ggparty/issues/37)

Albatros131 avatar Mar 06 '25 20:03 Albatros131