Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created May 4, 2020 06:47
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 Alakhator/cac16c4b3e4c03c996d24db1873c105f to your computer and use it in GitHub Desktop.
Save Alakhator/cac16c4b3e4c03c996d24db1873c105f to your computer and use it in GitHub Desktop.
// show model parameters
cout << "intercept: " << model.offset() << endl;
cout << "matrix: " << model.matrix() << endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment