Displaying 1 result from an estimated 1 matches for "entro7".
Did you mean:
  entro
  
2018 Apr 03
0
xgboost: problems with predictions for count data [SEC=UNCLASSIFIED]
...el and predict count data. The predictions are however not as expected as shown below.
# sponge count data in library(spm)
    library(spm)
data(sponge)
data(sponge.grid)
names(sponge)
[1] "easting"  "northing" "sponge"   "tpi3"     "var7"     "entro7"   "bs34"     "bs11"
names(sponge.grid)
[1] "easting"  "northing" "tpi3"     "var7"     "entro7"   "bs34"     "bs11"
    range(sponge[, c(3)])
[1]  1 39 # count sample data
# the expected predictions are...