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
threshold_corr is built using the average correlations of the features, but this also includes the correlation "1" of the target value itself. This means that in situations in which I either don't have many features or they correlate badly, the correlated_features variable remains empty and a subscriptOutOfBounds exception is thrown:
Error in subset_df[, paste(collinear$Var1[i])] : subscript out of bounds
The text was updated successfully, but these errors were encountered:
cosmin-novac
changed the title
When few features exist or none of the features correlated well with the target, a subscriptOutOfBounds exception is thrown
When few features exist or none of the features correlates well with the target, a subscriptOutOfBounds exception is thrown
Mar 26, 2020
threshold_corr is built using the average correlations of the features, but this also includes the correlation "1" of the target value itself. This means that in situations in which I either don't have many features or they correlate badly, the correlated_features variable remains empty and a subscriptOutOfBounds exception is thrown:
The text was updated successfully, but these errors were encountered: