Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created May 4, 2020 06:22
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/545344145a37f911c29fd2a2d3c4a0db to your computer and use it in GitHub Desktop.
Save Alakhator/545344145a37f911c29fd2a2d3c4a0db to your computer and use it in GitHub Desktop.
#include <bits/stdc++.h> //header file for all basic c++ libraries
#include <shark/Data/Csv.h> //header file ro importing data in csv format
#include <shark/ObjectiveFunctions/Loss/SquaredLoss.h> //header file for implementing squared loss function
#include <shark/Algorithms/Trainers/LinearRegression.h>// header file for implementing linear regression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment