代码params_trestbps = np.polyfit(np_trestbps, np_target, 3)是什么意思
时间: 2023-06-04 11:05:04 浏览: 238
enso.rar_Will_curve fitting
这段代码使用NumPy库中的polyfit函数进行多项式拟合,其中np_trestbps和np_target是输入变量和目标变量,3是拟合多项式的次数。最终得到的params_trestbps则是拟合多项式的系数。
阅读全文
enso.rar_Will_curve fitting