Closed JackStat closed 7 years ago
It would be convenient to have a function that automatically provided model metrics for xgboost models. Example...auc(xgboostModel), logLoss(xgboostModel)
auc(xgboostModel)
logLoss(xgboostModel)
It would be convenient to have a function that automatically provided model metrics for xgboost models. Example...
auc(xgboostModel)
,logLoss(xgboostModel)