原创 python 實現最小二乘法擬合直線

pandas 處理數據 import pandas as pd import matplotlib.pyplot as plt # jupyter 關於繪圖的參數配置 plt.style.use('ggplot') %config In