在jupyter notebook中 以下out是什么意思 帮我用汉语注释def condition_scalerdf_train df_test sensor_names # apply operating condition specific scaling scaler = StandardScaler for condition in df_trainop_condun
out是指函数返回值,也就是该函数执行后返回的结果。在这个函数中,out是指返回经过操作后的df_train和df_test两个DataFrame。
原文地址: https://www.cveoy.top/t/topic/ck6h 著作权归作者所有。请勿转载和采集!