1、加载Excel数据. import pandas as pd · 2、提取数据. x = np.array(df.iloc[:, 0]).reshape(-1, 1) · 3、训练机器学习模型 · 4、调用模型进行预测 · 5、 ...
確定! 回上一頁