Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Last active May 4, 2020 06:36
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/874916182d604702b56ba9500d778e4b to your computer and use it in GitHub Desktop.
Save Alakhator/874916182d604702b56ba9500d778e4b to your computer and use it in GitHub Desktop.
RegressionDataset data(inputs, labels);
LinearRegression trainer;// trainer for linear regression model
LinearModel<> model; // linear model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment