Helper function to join the feature-level QCA and XGboost metrics
joinMetrics.Rd
Helper function to join the feature-level QCA and XGboost metrics
Examples
if (FALSE) { # \dontrun{
fDf <- getFeatureImp(xgb, voteData, "vote")
qDf <- getQCAMetric(voteDataCalibrated, "vote")
joinDf <- joinMetrics(fDf, qDf)
} # }