In general it is possible that no feature is good enough to be suggested to the user by the sivs::suggest() function. Based on the current code this situation is not handled and the following line
|
final <- VIMP_features[1:last_suggested_feature] |
would return:
Error in 1:last_suggested_feature: argument of length 0
In general it is possible that no feature is good enough to be suggested to the user by the
sivs::suggest()function. Based on the current code this situation is not handled and the following linesivs/R/suggest.R
Line 119 in 4a57625
would return: