Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created November 7, 2019 14:23
Show Gist options
  • Save mdfarragher/d491bdb5e1c0387e21a268e58a8b07dd to your computer and use it in GitHub Desktop.
Save mdfarragher/d491bdb5e1c0387e21a268e58a8b07dd to your computer and use it in GitHub Desktop.
// run the pipeline and get the results
var model = pipeline2.Fit(data);
var transformedData = model.Transform(data);
var preview = transformedData.Preview(maxRows: 10);
display(preview);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment