Skip to content

Instantly share code, notes, and snippets.

@jacobod
Created March 15, 2018 04:09
Show Gist options
  • Save jacobod/c064a05fb8d1d5810f1c7677fb3f4432 to your computer and use it in GitHub Desktop.
Save jacobod/c064a05fb8d1d5810f1c7677fb3f4432 to your computer and use it in GitHub Desktop.
#Select 7 best features using k-best
k_best = SelectKBest(k=7)
k_best.fit(features, labels )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment