farbodr

Results 2 issues of farbodr

I'm using the following code to train multiple caret models and it looks like caretList is duplicating row in resample. ``` fitControl3 model.list3[1]$glmBoost$resample ROC Sens Spec Resample 1 0.7224517 0.9657869...

caretEnsemble seems to check for model name in caretList and it doesn't like model names that are not returned by caret. Here is a simple custom model that I'd like...

bug