Skip to content

Instantly share code, notes, and snippets.

@Belgian-Coder
Created January 12, 2019 21:53
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 Belgian-Coder/de80b8e5fecf6ad88de96ffe37f1a563 to your computer and use it in GitHub Desktop.
Save Belgian-Coder/de80b8e5fecf6ad88de96ffe37f1a563 to your computer and use it in GitHub Desktop.
Ordina-ML.Net_Recommender_System
Console.WriteLine("Creating and training the model");
// Fit the data/train the model
var model = pipeline.Fit(trainData);
Console.WriteLine("Training finished");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment