Skip to content

Instantly share code, notes, and snippets.

@clementpoiret
Last active February 9, 2020 18:04
Show Gist options
  • Save clementpoiret/e691a8659559a49e759e3e8f835734b6 to your computer and use it in GitHub Desktop.
Save clementpoiret/e691a8659559a49e759e3e8f835734b6 to your computer and use it in GitHub Desktop.
import numpy as np # Generating the data
import matplotlib.pyplot as plt # Visualization
from sklearn.linear_model import LinearRegression # Linear Regression Implementation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment