在jupyter notebook中 以下out是什么意思 帮我用汉语注释def exponential_smoothingdf sensors n_samples alpha=04 df = dfcopy # first take the exponential weighted mean dfsensors = dfgroupbyunit_nrsensorsapplylam
在jupyter notebook中,out指的是函数的返回值,即函数执行完毕后返回的结果。在这个函数中,out就是经过指数平滑处理后的数据集df。
原文地址: https://www.cveoy.top/t/topic/ck6k 著作权归作者所有。请勿转载和采集!