Preview:
import sklearn.datasets as datasets
X, y = datasets.make_regression(n_features=1, n_informative=1)

diabetes = datasets.load_diabetes()
X_diabets, y_diabetes = diabetes.data, diabetes.target
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter