# NOT RUN {
heat_tree(penguins, target_lab = 'species')
# }
# NOT RUN {
heat_tree(
x = galaxy[1:100, ],
target_lab = 'target',
task = 'regression',
terminal_vars = NULL,
tree_space_bottom = 0)
# }
# NOT RUN {
treeheatr(penguins, target_lab = 'species')
treeheatr(
x = galaxy[1:100, ],
target_lab = 'target',
task = 'regression',
terminal_vars = NULL,
tree_space_bottom = 0)
# }
Run the code above in your browser using DataLab