forecastxgb-r-package icon indicating copy to clipboard operation
forecastxgb-r-package copied to clipboard

Handle NAs

Open ellisp opened this issue 8 years ago • 0 comments

eg

gold_model <- xgbar(gold, maxlag = 100)
 Show Traceback
 
 Rerun with Debug
 Error in xgb.DMatrix(data, label = label) : 
  There are NAN in the matrix, however, you did not set missing=NAN

ellisp avatar Nov 05 '16 21:11 ellisp