机器学习之模型——保存与加载 知识点fit()transform()fit_transform()目的API 流程获取数据划分数据集标准化预估器保存模型加载模型得出模型模型评估 整体代码 知识点 fit() Method calculates the parameters μ and σ and saves them as internal objects. 解释:简单来说,就是求得训练集X的均值,方差,最大值,最小值,这些训练集X固有的属性。 transform() Method using these calculated pa