# to get the most significant ones, we draw the scatter plot of GBM and RF scores # the x-axis is GBM score, the y-axis is RF score.
plot( x = airquality$Ozone , y = airquality$Temp , pch = 19 , tpye = "p") plot( x = airquality$Ozone , y = airquality$Temp , pch = 19 , type = "p" , ...