Hi everyone, I have this problem with R. I'm trying to tune my tree but, when I run this code, the message in red appears. Then, my computer freezes and R just stops working. What can I do?
tune <- tune_tree(model = model,
+ cv = cv5,
+ grid = grid_tr,
+ data = data)
[1] "This function temporarily loads the package 'party'."
Thank You!
RamRS
January 9, 2024, 7:03pm
2
What package are you using? Please include sessionInfo()
output when you request help.
RamRS
January 30, 2024, 3:45pm
4
That is not the full output of sessionInfo()
. Please include the full output.
Screen shots are usually not very useful. Copy the output and paste it here between
```
```
It is much easier to read and work with.
system
Closed
March 12, 2024, 5:22pm
6
This topic was automatically closed 42 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.