Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created March 18, 2019 11:30
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 fitomad/34082c92904560f7c4d60d15910aa24f to your computer and use it in GitHub Desktop.
Save fitomad/34082c92904560f7c4d60d15910aa24f to your computer and use it in GitHub Desktop.
// Creamos los juegos de datos para entrenamiento y evaluación
let (trainingSet, evaluationSet) = dataTable.randomSplit(by: 0.70)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment