其中的样本就是数据集
可以联想为给出生的小孩展示图片,告诉他们其中的内容让他们学习
from sklearn.datasets import load_boston boston=load_boston() print(boston)