Skip to content

Instantly share code, notes, and snippets.

@CESARDELATORRE
Last active July 7, 2018 18:40
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 CESARDELATORRE/cf3d46b4357ec2683ef00168ba29acb8 to your computer and use it in GitHub Desktop.
Save CESARDELATORRE/cf3d46b4357ec2683ef00168ba29acb8 to your computer and use it in GitHub Desktop.
Adding FFM (FieldAwareFactorizationMachineBinaryClassifier) to ML.NET pipeline
pipeline.Add(new FieldAwareFactorizationMachineBinaryClassifier(){ LearningRate = 0.5f, Iter=2 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment