我們先生成下面的訓練資料。 import numpy as np from sklearn.model_selection import train_test_split #生成訓練資料 x=np.linspace(1,8 ...
確定! 回上一頁