Skip to content

Instantly share code, notes, and snippets.

@socratesk
Created November 12, 2018 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save socratesk/aa186220853be6154ec4810fa46d064e to your computer and use it in GitHub Desktop.
Save socratesk/aa186220853be6154ec4810fa46d064e to your computer and use it in GitHub Desktop.
# Set number of splits
NO_SPLITS = fulldata.shape[0]
# Create KFold object with number of splits
kf = KFold(n_splits=NO_SPLITS)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment