You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If buildModels is not passed a trainControl object with pre-definded indexes, for use with all models, we should raise a warning and try to set the resampling indexes ourselves, based on trainControl$method.
If we can't set the indexes, we should raise an error.
This probably requires a new function setIndexes.
The text was updated successfully, but these errors were encountered:
If buildModels is not passed a trainControl object with pre-definded indexes, for use with all models, we should raise a warning and try to set the resampling indexes ourselves, based on trainControl$method.
If we can't set the indexes, we should raise an error.
This probably requires a new function setIndexes.
The text was updated successfully, but these errors were encountered: