Check section 2.2.2 of the mlr3 book: https://mlr3book.mlr-org.com/tasks.html
Can someone please explain how to interpret the output charts of the line:
# pairs plot (requires package GGally)
autoplot(task, type = "pairs")
Specifically, what's the curve between 'mpg' and itself? I understand correlation across target variable and features. Also, what's the dot-plot?