Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created April 10, 2020 07:01
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/d0fe7beaedbbcefe9805704cd25e981d to your computer and use it in GitHub Desktop.
Save Alakhator/d0fe7beaedbbcefe9805704cd25e981d to your computer and use it in GitHub Desktop.
cout<<"Enter a test x value";
double test;
cin>>test;
double pred=b0+b1*x;
cout<<"The value predicted by the model= "<<pred;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment