Update understandingXGBoostModel.Rmd
a typo for the dimension of the test set
This commit is contained in:
parent
2937f5eebc
commit
a6abdccf01
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user