It’s your turn
- Download
the task sheet
- Open the task sheet in RStudio
- Fill the gaps to train a decision tree
If you want to read what a function
(e.g. train
) does use ?
to access its
documentation (i.e. ?train
)
- Dig deep! Look into outputs of the
functions to really understand what is going on.