Skip to content

Instantly share code, notes, and snippets.

@monogenea
Created October 7, 2019 18:11
Show Gist options
  • Save monogenea/6e0cf89f819611932651f7e1b073014a to your computer and use it in GitHub Desktop.
Save monogenea/6e0cf89f819611932651f7e1b073014a to your computer and use it in GitHub Desktop.
# Filter nzv
X <- X[,-nearZeroVar(X, freqCut = 4)] # == 80/20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment