Update understandingXGBoostModel.Rmd

a typo for the dimension of the test set
This commit is contained in:
Jeremy ATIA 2015-06-08 23:31:12 +02:00
parent 2937f5eebc
commit a6abdccf01

View File

@ -45,7 +45,7 @@ dim(train)
train[1:6,1:5, with =F]
# Test dataset dimensions
dim(train)
dim(test)
# Test content
test[1:6,1:5, with =F]