Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created March 18, 2019 12:02
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/03d45bd7508e01909db233348dee6b6d to your computer and use it in GitHub Desktop.
Save fitomad/03d45bd7508e01909db233348dee6b6d to your computer and use it in GitHub Desktop.
// Creamos el modelo de clasificación
if let classifier = try? MLClassifier(trainingData: trainingSet, targetColumn: "X_Wins")
{
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment