# start by loading the dataset and doing a quick first look from sklearn.datasets import load_diabetes X, y = load_diabetes(as_frame=True, return_X_y=True) print(X.shape) X.head()
Preview:
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